Map

  • Map class provides map rendering functionality.

    See more

    Declaration

    Objective-C

    
    @interface MBMMap : MBMCameraManager

    Swift

    class Map : CameraManager
  • Describes the map option values.

    See more

    Declaration

    Objective-C

    
    @interface MBMMapOptions : NSObject

    Swift

    class MapOptions : NSObject
  • Options to configure a resource

    See more

    Declaration

    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 more

    Declaration

    Objective-C

    enum MBMContextMode {}

    Swift

    @frozen enum ContextMode : Int
  • Describes whether to constrain the map in both axes or only vertically e.g. while panning.

    See more

    Declaration

    Objective-C

    enum MBMConstrainMode {}

    Swift

    @frozen enum ConstrainMode : Int
  • Satisfies embedding platforms that requires the viewport coordinate systems to be set according to its standards.

    See more

    Declaration

    Objective-C

    enum MBMViewportMode {}

    Swift

    @frozen enum ViewportMode : Int
  • Describes the glyphs rasterization option values.

    See more

    Declaration

    Objective-C

    
    @interface MBMGlyphsRasterizationOptions : NSObject

    Swift

    class GlyphsRasterizationOptions : NSObject
  • Describes glyphs rasterization modes.

    See more

    Declaration

    Objective-C

    enum MBMGlyphsRasterizationMode {}

    Swift

    @frozen enum GlyphsRasterizationMode : Int
  • Describes the map orientation.

    See more

    Declaration

    Objective-C

    enum MBMNorthOrientation {}

    Swift

    @frozen enum NorthOrientation : Int
  • Describes the coordinate on the screen, measured from top to bottom and from left to right. Note: \link Map \endlink uses screen coordinate units measured in \link MapOptions#size platform pixels \endlink.

    See more

    Declaration

    Objective-C

    
    @interface MBMScreenCoordinate : NSObject

    Swift

    class ScreenCoordinate : NSObject
  • Describes the coordinate box on the screen, measured in \link MapOptions#size platform pixels \endlink from top to bottom and from left to right.

    See more

    Declaration

    Objective-C

    
    @interface MBMScreenBox : NSObject

    Swift

    class ScreenBox : NSObject
  • A coordinate bounds and zoom.

    See more

    Declaration

    Objective-C

    
    @interface MBMCoordinateBoundsZoom : NSObject

    Swift

    class CoordinateBoundsZoom : NSObject
  • Options for enabling debugging features in a map.

    See more

    Declaration

    Objective-C

    enum MBMMapDebugOptions {}

    Swift

    @frozen enum MapDebugOptions : Int
  • Collection of useful constants.

    See more

    Declaration

    Objective-C

    
    @interface MBMMapConstants : NSObject

    Swift

    class MapConstants : NSObject
  • Size type

    See more

    Declaration

    Objective-C

    
    @interface MBMSize : NSObject

    Swift

    class Size : NSObject