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