RoadInformation
data class RoadInformation( val roadName: TextWithPhonetics?, val roadNumbers: List<TextWithPhonetics>, val roadShields: List<RoadShield>, val roadTypes: Set<RoadType> = emptySet())
Content copied to clipboard
Road information at a given point on a Route.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
roadName
Name of the road.
roadNumbers
Road numbers.
roadShields
Road shields.
roadTypes
Road types.
Constructors
Link copied to clipboard
fun RoadInformation( roadName: TextWithPhonetics?, roadNumbers: List<TextWithPhonetics>, roadShields: List<RoadShield>, roadTypes: Set<RoadType> = emptySet())
Content copied to clipboard