MapboxSourceType
typedef enum : NSUInteger {
MapboxSourceVector,
MapboxSourceRaster,
// TODO: Support the rest of these eventually
} MapboxSourceType
Undocumented
-
Undocumented
See moreDeclaration
Objective-C
enum : NSUInteger { MapboxSourceVector, MapboxSourceRaster, // TODO: Support the rest of these eventually }
Swift
struct MapboxSourceType : Equatable, RawRepresentable