Protocols

The following protocols are available globally.

  • An abstract class that represents an annotation object. You can create annotation objects to indicate a specific point on the map.

    See more

    Declaration

    Objective-C

    @protocol HereSDKAnnotation <NSObject>

    Swift

    protocol HereSDKAnnotation : NSObjectProtocol
  • Protocol for receiving map view updates.

    See more

    Declaration

    Objective-C

    @protocol HereSDKMapViewDelegate <NSObject>

    Swift

    protocol HereSDKMapViewDelegate : NSObjectProtocol