PMRoad

data class PMRoad(val roadName: String? = null, val roadNumbers: List<String>? = null, val countryIso: String? = null)

Represents information about the road on which the maneuver takes place

Constructors

Link copied to clipboard
fun PMRoad(roadName: String? = null, roadNumbers: List<String>? = null, countryIso: String? = null)

Properties

Link copied to clipboard
val countryIso: String? = null

Defines country iso code of the country where the current road is

Link copied to clipboard
val roadName: String? = null

Defines name of the road on which the maneuver takes place

Link copied to clipboard
val roadNumbers: List<String>? = null

Defines numbers of the road on which the maneuver takes place. Sorted from most common