open class TrafficFlow : Serializable
Traffic flow data which can be taken from vector tile.
TrafficFlow()
Traffic flow data which can be taken from vector tile. |
var isTollRoad: Optional<Boolean!>! |
|
var roadType: Optional<String!>! |
|
var trafficLevel: Optional<Double!>! |
|
var trafficRoadCoverage: Optional<String!>! |
|
var travelMode: Optional<String!>! |
open fun getIsTollRoad(): Optional<Boolean!>!
Gets the value which indicates if the road is a toll road. |
|
open fun getRoadType(): Optional<String!>!
Gets the tag value that describes the road type. |
|
open fun getTrafficLevel(): Optional<Double!>!
Gets the value which indicates the traffic speed. Absolute values in kph are used when the traffic type is set to absolute. Fractional values are used when the traffic type is set to relative or relative-delay. |
|
open fun getTrafficRoadCoverage(): Optional<String!>!
Gets the tag value which describes if the traffic is assigned to the whole road (one-way road), or only to one side (two-way road). |
|
open fun getTravelMode(): Optional<String!>!
Gets the tag presence and indicates the existence of one of the following: bridge, tunnel, skyway, ferry by boat (ferry), ferry by rail (rail). If the tag is not present, then the road is a regular road. |