Package-level declarations
Types
Link copied to clipboard
class CountryInformationElement(val id: Int, val pathId: Int, val startOffset: Distance, val endOffset: Distance, val countryCodeIso3: String, val regionCode: String, val drivingSide: DrivingSide, val speedUnit: Speed.Unit, val regionalSpeedLimits: List<RegionalSpeedLimit>, val countryName: String, val regionName: String) : HorizonElement
Horizon element that contains data about a country.
Link copied to clipboard
Type of CountryInformationElement horizon elements.
Link copied to clipboard
Speed limit that is specific to a region in a country.