MBMMapCenterAltitudeMode

enum MBMMapCenterAltitudeMode : NSInteger {}

Defines how the map center point should react to terrain elevation changes.

  • Default, center altitude should match the terrain elevation

    Declaration

    Objective-C

    MBMMapCenterAltitudeModeTerrain

    Swift

    case terrain = 0
  • Center altitude should disregard the underlying terrain elevation

    Declaration

    Objective-C

    MBMMapCenterAltitudeModeSea

    Swift

    case sea = 1