HereSDKAnnotationAnchor
enum HereSDKAnnotationAnchor {}
                Options for the location of the HereSDKAnnotationAnchor. (The image anchor is the point on the annotation image that is placed over the location coordinates on the map.)
- 
                  
                  
The styling will be anchor center.
Declaration
Objective-C
HereSDKAnnotationAnchorCenter = 0Swift
case center = 0 - 
                  
                  
The styling will be anchor top.
Declaration
Objective-C
HereSDKAnnotationAnchorTopSwift
case top = 1 - 
                  
                  
The styling will be anchor bottom.
Declaration
Objective-C
HereSDKAnnotationAnchorBottomSwift
case bottom = 2 - 
                  
                  
The styling will be anchor left.
Declaration
Objective-C
HereSDKAnnotationAnchorLeftSwift
case left = 3 - 
                  
                  
The styling will be anchor right.
Declaration
Objective-C
HereSDKAnnotationAnchorRightSwift
case right = 4 - 
                  
                  
The styling will be anchor top left.
Declaration
Objective-C
HereSDKAnnotationAnchorTopLeftSwift
case topLeft = 5 - 
                  
                  
The styling will be anchor top right.
Declaration
Objective-C
HereSDKAnnotationAnchorTopRightSwift
case topRight = 6 - 
                  
                  
The styling will be anchor bottom left.
Declaration
Objective-C
HereSDKAnnotationAnchorBottomLeftSwift
case bottomLeft = 7 - 
                  
                  
The styling will be anchor bottom right.
Declaration
Objective-C
HereSDKAnnotationAnchorBottomRightSwift
case bottomRight = 8 
      HereSDKAnnotationAnchor Enumeration Reference