CachedTile

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)

Properties

Link copied to clipboard
Link copied to clipboard