Class VectorTile

java.lang.Object
com.codename1.maps.vector.VectorTile

public final class VectorTile extends Object
A decoded Mapbox Vector Tile: an ordered collection of named VectorLayers. Produced by MvtDecoder and consumed by TileRenderer.
  • 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.