MapboxLayerType
Objective-C
NS_ENUM(NSUInteger,MapboxLayerType) {
MapboxLayerTypeBackground,
MapboxLayerTypeCircle,
MapboxLayerTypeFill,
MapboxLayerTypeLine,
MapboxLayerTypeRaster,
MapboxLayerTypeSymbol,
MapboxLayerTypeUnknown
}
Swift
enum MapboxLayerType : UInt
Undocumented
-
Undocumented
Declaration
Objective-C
MapboxLayerTypeBackgroundSwift
case background = 0 -
Undocumented
Declaration
Objective-C
MapboxLayerTypeCircleSwift
case circle = 1 -
Undocumented
Declaration
Objective-C
MapboxLayerTypeFillSwift
case fill = 2 -
Undocumented
Declaration
Objective-C
MapboxLayerTypeLineSwift
case line = 3 -
Undocumented
Declaration
Objective-C
MapboxLayerTypeRasterSwift
case raster = 4 -
Undocumented
Declaration
Objective-C
MapboxLayerTypeSymbolSwift
case symbol = 5 -
Undocumented
Declaration
Objective-C
MapboxLayerTypeUnknownSwift
case unknown = 6
MapboxLayerType Enumeration Reference