Cached Tile
data class CachedTile(var tileCollections: Array<FeatureCollection>, var intersectionMap: HashMap<LngLatAlt, Intersection> = hashMapOf(), var lastUsed: Long)
Constructors
Link copied to clipboard
constructor(tileCollections: Array<FeatureCollection>, intersectionMap: HashMap<LngLatAlt, Intersection> = hashMapOf(), lastUsed: Long)