Tile Update Result
data class TileUpdateResult(val success: Boolean, val tile: Tile, var collections: Array<FeatureCollection>?, var intersections: HashMap<LngLatAlt, Intersection>?, var streetNumberMap: HashMap<String, FeatureCollection>?)
Constructors
Link copied to clipboard
constructor(success: Boolean, tile: Tile, collections: Array<FeatureCollection>?, intersections: HashMap<LngLatAlt, Intersection>?, streetNumberMap: HashMap<String, FeatureCollection>?)