EdgeMetadata

data class EdgeMetadata(val roadClass: String, val isRightHandTraffic: Boolean, val isOneWay: Boolean, val speedLimit: Double?, val countryCodeIso2: String?, val laneCount: Byte?)

The only reason this class exists is that EHorizonEdgeMetadata has internal constructor.

Parameters

roadClass

the edge's RoadClass

isRightHandTraffic

true if in the current place/state right-hand traffic is used

isOneWay

true if current edge is one-way.

speedLimit

max speed of the edge (speed limit) in m/s

laneCount

the number of lanes on the edge (does not change mid-edge)

countryCodeIso2

the edge's country code (ISO-2 format)

Constructors

Link copied to clipboard
constructor(roadClass: String, isRightHandTraffic: Boolean, isOneWay: Boolean, speedLimit: Double?, countryCodeIso2: String?, laneCount: Byte?)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard