-
Deprecated
Settings class provides non-persistent, in-process key-value storage.
See moreDeclaration
Objective-C
@interface MBMSettings : NSObject
Swift
class Settings : NSObject
-
Collection of Spherical Mercator projection methods.
See moreDeclaration
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 moreDeclaration
Objective-C
@interface MBMProjectedMeters : NSObject
Swift
class ProjectedMeters : NSObject
-
Describes a point on the map in Mercator projection.
See moreDeclaration
Objective-C
@interface MBMMercatorCoordinate : NSObject
Swift
class MercatorCoordinate : NSObject