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 = 0

    Swift

    case topRight = 0
  • Compass position in the top left corner of the view

    Declaration

    Objective-C

    HereSDKMapCompassPositionTopLeft

    Swift

    case topLeft = 1
  • Compass position in the bottom left corner of the view

    Declaration

    Objective-C

    HereSDKMapCompassPositionBottomLeft

    Swift

    case bottomLeft = 2
  • Compass position in the bottom right corner of the view

    Declaration

    Objective-C

    HereSDKMapCompassPositionBottomRight

    Swift

    case bottomRight = 3