• Deprecated

    Settings class provides non-persistent, in-process key-value storage.

    See more

    Declaration

    Objective-C

    
    @interface MBMSettings : NSObject

    Swift

    class Settings : NSObject
  • Collection of Spherical Mercator projection methods.

    See more

    Declaration

    Objective-C

    
    @interface MBMProjection : NSObject

    Swift

    class Projection : NSObject
  • ProjectedMeters is a coordinate in a specific Spherical Mercator projection.

    This specific Spherical Mercator projection assumes the Earth is a sphere with a radius of 6,378,137 meters. Coordinates are determined as distances, in meters, on the surface of that sphere.

    See more

    Declaration

    Objective-C

    
    @interface MBMProjectedMeters : NSObject

    Swift

    class ProjectedMeters : NSObject
  • Describes a point on the map in Mercator projection.

    See more

    Declaration

    Objective-C

    
    @interface MBMMercatorCoordinate : NSObject

    Swift

    class MercatorCoordinate : NSObject