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 moreDeclaration
Objective-C
@protocol HereSDKAnnotation <NSObject>Swift
protocol HereSDKAnnotation : NSObjectProtocol 
- 
                  
                  
Protocol for receiving map view updates.
See moreDeclaration
Objective-C
@protocol HereSDKMapViewDelegate <NSObject>Swift
protocol HereSDKMapViewDelegate : NSObjectProtocol 
      Protocols  Reference