- 
                  
                  
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://maplibre.org/maplibre-gl-js-docs/style-spec/#root-sources
Declaration
Objective-C
MGLResourceKindSourceSwift
case source = 2 - 
                  
                  
A vector or raster tile as described in the style sheet at https://maplibre.org/maplibre-gl-js-docs/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://maplibre.org/maplibre-gl-js-docs/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://maplibre.org/maplibre-gl-js-docs/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://maplibre.org/maplibre-gl-js-docs/style-spec/#root-sprite and a JSON file extension.
Declaration
Objective-C
MGLResourceKindSpriteJSONSwift
case spriteJSON = 6 - 
                  
                  
Image data for a georeferenced image source. *
Declaration
Objective-C
MGLResourceKindImageSwift
case image = 7 
              Install in Dash
            
        MGLResourceKind Enumeration Reference