HereSDKMapCompassPosition
enum HereSDKMapCompassPosition {}
Position of the compass indicator in the map view.
-
Compass position in the top right corner of the view
Declaration
Objective-C
HereSDKMapCompassPositionTopRight = 0Swift
case topRight = 0 -
Compass position in the top left corner of the view
Declaration
Objective-C
HereSDKMapCompassPositionTopLeftSwift
case topLeft = 1 -
Compass position in the bottom left corner of the view
Declaration
Objective-C
HereSDKMapCompassPositionBottomLeftSwift
case bottomLeft = 2 -
Compass position in the bottom right corner of the view
Declaration
Objective-C
HereSDKMapCompassPositionBottomRightSwift
case bottomRight = 3
HereSDKMapCompassPosition Enumeration Reference