Package-level declarations

Types

Link copied to clipboard
data class Street(val id: Int, val pathId: Int, val startOffset: Distance, val endOffset: Distance, val cityDistrict: String, val cityBlock: String, val streetName: String, val roadNumbers: List<String>) : HorizonElement

Describes a street on the horizon element.

Link copied to clipboard

Type of Street horizon elements.