- 
                  
                  
Interface for managing style of the
See moremap.Declaration
Objective-C
@interface MBMStyleManager : MBMObservableSwift
class StyleManager : Observable - 
                  
                  
Image type.
See moreDeclaration
Objective-C
@interface MBMImage : NSObjectSwift
class Image : NSObject - 
                  
                  
Describes the image content, e.g. where text can be fit into an image.
When sizing icons with
See moreicon-text-fit, the icon size will be adjusted so that the this content box fits exactly around the text.Declaration
Objective-C
@interface MBMImageContent : NSObjectSwift
class ImageContent : NSObject - 
                  
                  
Describes the image stretch areas.
See moreDeclaration
Objective-C
@interface MBMImageStretches : NSObjectSwift
class ImageStretches : NSObject - 
                  
                  
Specifies position of a layer that is added via addStyleLayer method.
See moreDeclaration
Objective-C
@interface MBMLayerPosition : NSObjectSwift
class LayerPosition : NSObject - 
                  
                  
Options for custom geometry tiles.
See moreDeclaration
Objective-C
@interface MBMTileOptions : NSObjectSwift
class TileOptions : NSObject - 
                  
                  
Represents a tile coordinate.
See moreDeclaration
Objective-C
@interface MBMCanonicalTileID : NSObjectSwift
class CanonicalTileID : NSObject - 
                  
                  
Options for custom geometry source.
See moreDeclaration
Objective-C
@interface MBMCustomGeometrySourceOptions : NSObjectSwift
class CustomGeometrySourceOptions : NSObject - 
                  
                  
Undocumented
Declaration
Objective-C
NS_SWIFT_NAME(CancelTileFunctionCallback) typedef void (^MBMCancelTileFunctionCallback)(MBMCanonicalTileID * _Nonnull tileId)Swift
typealias CancelTileFunctionCallback = (MBMCanonicalTileID) -> Void - 
                  
                  
Undocumented
Declaration
Objective-C
NS_SWIFT_NAME(FetchTileFunctionCallback) typedef void (^MBMFetchTileFunctionCallback)(MBMCanonicalTileID * _Nonnull tileId)Swift
typealias FetchTileFunctionCallback = (MBMCanonicalTileID) -> Void - 
                  
                  
Holds a style property value with meta data.
See moreDeclaration
Objective-C
@interface MBMStylePropertyValue : NSObjectSwift
class StylePropertyValue : NSObject - 
                  
                  
Describes the kind of a style property value.
See moreDeclaration
Objective-C
enum MBMStylePropertyValueKind : NSInteger {}Swift
enum StylePropertyValueKind : Int - 
                  
                  
Interface that provides access to elevation data.
See moreDeclaration
Objective-C
@protocol MBMElevationDataSwift
protocol ElevationData - 
                  
                  
Parameters that define the current camera position for a
See moreCustomLayerHost::render()function.Declaration
Objective-C
@interface MBMCustomLayerRenderParameters : NSObjectSwift
class CustomLayerRenderParameters : NSObject - 
                  
                  
Interface for hosting a custom map style layer.
See moreDeclaration
Objective-C
@protocol MBMCustomLayerHost <NSObject>Swift
protocol CustomLayerHost : NSObjectProtocol - 
                  
                  
The information about style object (source or layer or light).
See moreDeclaration
Objective-C
@interface MBMStyleObjectInfo : NSObjectSwift
class StyleObjectInfo : NSObject 
        Map style management  Reference