-
Map class provides map rendering functionality.
See more -
Describes the map option values.
See moreDeclaration
Objective-C
@interface MBMMapOptions : NSObject
Swift
class MapOptions : NSObject
-
Options to configure a resource
See moreDeclaration
Objective-C
@interface MBMResourceOptions : NSObject
Swift
class ResourceOptions : NSObject
-
Describes the map context mode. We can make some optimizations if we know that the drawing context is not shared with other code.
See moreDeclaration
Objective-C
enum MBMContextMode : NSInteger {}
Swift
enum ContextMode : Int
-
Describes whether to constrain the map in both axes or only vertically e.g. while panning.
See moreDeclaration
Objective-C
enum MBMConstrainMode : NSInteger {}
Swift
enum ConstrainMode : Int
-
Satisfies embedding platforms that requires the viewport coordinate systems to be set according to its standards.
See moreDeclaration
Objective-C
enum MBMViewportMode : NSInteger {}
Swift
enum ViewportMode : Int
-
Describes the glyphs rasterization option values.
See moreDeclaration
Objective-C
@interface MBMGlyphsRasterizationOptions : NSObject
Swift
class GlyphsRasterizationOptions : NSObject
-
Describes glyphs rasterization modes.
See moreDeclaration
Objective-C
enum MBMGlyphsRasterizationMode : NSInteger {}
Swift
enum GlyphsRasterizationMode : Int
-
Describes the map orientation.
See moreDeclaration
Objective-C
enum MBMNorthOrientation : NSInteger {}
Swift
enum NorthOrientation : Int
-
Describes the coordinate on the screen, measured from top to bottom and from left to right. Note: the
See moremap
uses screen coordinate units measured inplatform pixels
.Declaration
Objective-C
@interface MBMScreenCoordinate : NSObject
Swift
class ScreenCoordinate : NSObject
-
Describes the coordinate box on the screen, measured in
See moreplatform pixels
from top to bottom and from left to right.Declaration
Objective-C
@interface MBMScreenBox : NSObject
Swift
class ScreenBox : NSObject
-
A coordinate bounds and zoom.
See moreDeclaration
Objective-C
@interface MBMCoordinateBoundsZoom : NSObject
Swift
class CoordinateBoundsZoom : NSObject
-
Options for enabling debugging features in a map.
See moreDeclaration
Objective-C
enum MBMMapDebugOptions : NSInteger {}
Swift
enum MapDebugOptions : Int
-
Collection of useful constants.
See moreDeclaration
Objective-C
@interface MBMMapConstants : NSObject
Swift
class MapConstants : NSObject
-
Size type.
See moreDeclaration
Objective-C
@interface MBMSize : NSObject
Swift
class Size : NSObject