RoadProperties
The properties of the road.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Properties
The name of the bridge or null if not applicable (i.e. isBridge is false) or not available. It is not mutually exclusive with tunnelName.
The driving side of the road.
The functional road class. It indicates the relative importance of the road in the road network. The lower the value, the more important the road. Regular values are in the range MIN_FUNCTIONAL_ROAD_CLASS to MAX_FUNCTIONAL_ROAD_CLASS. A value equal to MIN_FUNCTIONAL_ROAD_CLASS indicates a road from the most important category. A value equal to MAX_FUNCTIONAL_ROAD_CLASS indicates a road from the least important category.
A flag that indicates whether the road is part of a complex intersection: true if part of a complex intersection, false otherwise.
A flag that indicates whether the road lanes are separated by some type of a physical barrier: true if dual carriage, false if single carriage.
A flag that indicates whether the road is on an overpass: true if on an overpass, false otherwise.
A flag that indicates whether the road requires a toll payment: true if toll required, false otherwise.
A flag that indicates whether transit on the road is prohibited: true if prohibited, false otherwise.
A flag that indicates whether the road is in an underpass: true if in an underpass, false otherwise.
A flag that indicates whether the road is in a built-up area: true if in a built-up area, false otherwise.
The number of lanes on the road.
The road condition. It describes the surface of the road.
The name of the tunnel or null if not applicable (i.e. isTunnel is false) or not available. It is not mutually exclusive with bridgeName.