-
Unknown type
Declaration
Objective-C
DingiResourceKindUnknown
Swift
case unknown = 0
-
Style sheet JSON file
Declaration
Objective-C
DingiResourceKindStyle
Swift
case style = 1
-
TileJSON file as specified in https://www.mapbox.com/mapbox-gl-js/style-spec/#root-sources
Declaration
Objective-C
DingiResourceKindSource
Swift
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
DingiResourceKindTile
Swift
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
DingiResourceKindGlyphs
Swift
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
DingiResourceKindSpriteImage
Swift
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
DingiResourceKindSpriteJSON
Swift
case spriteJSON = 6
-
Image data for a georeferenced image source. *
Declaration
Objective-C
DingiResourceKindImage
Swift
case image = 7