TileUpdateResult

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>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tile: Tile