-
Map class provides map rendering functionality.
See more -
Describes the map option values.
See moreDeclaration
Objective-C
@interface MBMMapOptions : NSObjectSwift
class MapOptions : NSObject -
Options to configure a resource
See moreDeclaration
Objective-C
@interface MBMResourceOptions : NSObjectSwift
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 : NSObjectSwift
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 moremapuses screen coordinate units measured inplatform pixels.Declaration
Objective-C
@interface MBMScreenCoordinate : NSObjectSwift
class ScreenCoordinate : NSObject -
Describes the coordinate box on the screen, measured in
See moreplatform pixelsfrom top to bottom and from left to right.Declaration
Objective-C
@interface MBMScreenBox : NSObjectSwift
class ScreenBox : NSObject -
A coordinate bounds and zoom.
See moreDeclaration
Objective-C
@interface MBMCoordinateBoundsZoom : NSObjectSwift
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 : NSObjectSwift
class MapConstants : NSObject -
Size type.
See moreDeclaration
Objective-C
@interface MBMSize : NSObjectSwift
class Size : NSObject
Map Reference