public final class VectorTile
- Object
- VectorTile
A decoded Mapbox Vector Tile: an ordered collection of named
VectorLayers. Produced by MvtDecoder and consumed by TileRenderer.Methods
public List getLayers() | All layers in declaration order. |
public VectorLayer getLayer(String name) | The layer with the given name, or null if the tile has none. |
Inherited methods
Method details
getLayers
public List getLayers()All layers in declaration order.
getLayer
public VectorLayer getLayer(String name)The layer with the given name, or
null if the tile has none.