public final class Resource
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
Resource.Kind |
Resource type variants.
|
| Modifier and Type | Field | Description |
|---|---|---|
static int |
GLYPHS |
Signed distance field glyphs for text rendering.
|
static int |
SOURCE |
TileJSON file as specified in https://www.trimblemaps.com/mapbox-gl-js/style-spec/#root-sources
|
static int |
SPRITE_IMAGE |
Image part of a sprite sheet.
|
static int |
SPRITE_JSON |
JSON part of a sprite sheet.
|
static int |
STYLE |
Style sheet JSON file
|
static int |
TILE |
A vector or raster tile as described in the style sheet at
https://www.trimblemaps.com/mapbox-gl-js/style-spec/#sources
|
static int |
UNKNOWN |
Unknown type
|
| Constructor | Description |
|---|---|
Resource() |
public static final int UNKNOWN
public static final int STYLE
public static final int SOURCE
public static final int TILE
public static final int GLYPHS
public static final int SPRITE_IMAGE
public static final int SPRITE_JSON