RoadInformation

data class RoadInformation(val roadName: String, val roadNumbers: List<String>, val roadShields: List<RoadShield>, val roadTypes: Set<RoadType> = emptySet())

Road information relating to a GuidanceInstruction.

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: String, roadNumbers: List<String>, roadShields: List<RoadShield>, roadTypes: Set<RoadType> = emptySet())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard