Class VectorLayer
java.lang.Object
com.codename1.maps.vector.VectorLayer
A named layer of a decoded vector tile (for example
water, road,
building, place) holding its features and the integer extent of its
local coordinate grid (4096 by default).-
Method Summary
Modifier and TypeMethodDescriptionintThe tile-local coordinate extent; geometry ranges over0..extent.The features in this layer (VectorFeature).getName()The layer name as authored in the tileset (used to match style rules).
-
Method Details
-
getName
The layer name as authored in the tileset (used to match style rules). -
getExtent
public int getExtent()The tile-local coordinate extent; geometry ranges over0..extent. -
getFeatures
The features in this layer (VectorFeature).
-