-
Unknown type
Declaration
Objective-C
MGLResourceKindUnknownSwift
case unknown = 0 -
Style sheet JSON file
Declaration
Objective-C
MGLResourceKindStyleSwift
case style = 1 -
TileJSON file as specified in https://www.mapbox.com/mapbox-gl-js/style-spec/#root-sources
Declaration
Objective-C
MGLResourceKindSourceSwift
case source = 2 -
A vector or raster tile as described in the style sheet at https://www.mapbox.com/mapbox-gl-js/style-spec/#sources
Declaration
Objective-C
MGLResourceKindTileSwift
case tile = 3 -
Signed distance field glyphs for text rendering. These are the URLs specified in the style in https://www.mapbox.com/mapbox-gl-js/style-spec/#root-glyphs
Declaration
Objective-C
MGLResourceKindGlyphsSwift
case glyphs = 4 -
Image part of a sprite sheet. It is constructed of the prefix in https://www.mapbox.com/mapbox-gl-js/style-spec/#root-sprite and a PNG file extension.
Declaration
Objective-C
MGLResourceKindSpriteImageSwift
case spriteImage = 5 -
JSON part of a sprite sheet. It is constructed of the prefix in https://www.mapbox.com/mapbox-gl-js/style-spec/#root-sprite and a JSON file extension.
Declaration
Objective-C
MGLResourceKindSpriteJSONSwift
case spriteJSON = 6
Install in Dash
MGLResourceKind Enum Reference