MapboxSourceType

typedef enum : NSUInteger {
    MapboxSourceVector,
    MapboxSourceRaster,
    // TODO: Support the rest of these eventually
} MapboxSourceType

Undocumented

  • Undocumented

    See more

    Declaration

    Objective-C

    enum : NSUInteger {
        MapboxSourceVector,
        MapboxSourceRaster,
        // TODO: Support the rest of these eventually
    }

    Swift

    struct MapboxSourceType : Equatable, RawRepresentable