Road

data class Road(val name: String, val numbers: List<String>, val shields: List<RoadShield>, val types: Set<RoadType> = emptySet())

Road information relating to a GuidanceInstruction.

Parameters

name

Name of the road.

numbers

Road numbers.

shields

Road shields.

types

Road types.

Constructors

Link copied to clipboard
fun Road(name: String, numbers: List<String>, shields: List<RoadShield>, types: Set<RoadType> = emptySet())

Properties

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