open class TrafficIncidentPoi : BaseTrafficIncident, Serializable
Traffic incidents poi (Points of Interest) data which can be taken from a vector incident tile.
TrafficIncidentPoi()
Traffic incidents poi (Points of Interest) data which can be taken from a vector incident tile. |
var clusterId: Optional<Int!>! |
|
var coordinates: Optional<LatLng!>! |
|
var delay: Optional<Int!>! |
|
var description: Optional<String!>! |
|
var heading: Optional<Double!>! |
|
var iconCategory: Optional<Int!>! |
|
var iconName: Optional<String!>! |
|
var poiType: Optional<String!>! |
open fun accept(visitor: TrafficIncidentVisitor!): Unit |
|
open fun getClusterId(): Optional<Int!>!
Gets the Id of the parent cluster if the incident is clustered. |
|
open fun getCoordinates(): Optional<LatLng!>!
Gets the point representing the position of the POI (Points of Interest). Coordinates are precise enough for the current zoom level. |
|
open fun getDelay(): Optional<Int!>!
Gets the delay caused by the incident in seconds (except in road closures). |
|
open fun getDescription(): Optional<String!>!
Gets the description of the incident. |
|
open fun getHeading(): Optional<Double!>!
Gets the direction of the traffic incident. |
|
open fun getIconCategory(): Optional<Int!>!
Gets the icon category associated with this incident. |
|
open fun getIconName(): Optional<String!>!
Gets the icon name associated with this incident. |
|
open fun getPoiType(): Optional<String!>!
Gets the poi type. The beginning of incidents is described as StartPoi. The ending of incidents is described as EndPoi. If the traffic incident has no geometry, it is described as StandalonePoi. |
open fun
Gets the id of the incident. |
|
open fun getIsLeftHandTraffic(): Optional<Boolean!>!
Gets the value which indicates if the road has left-hand traffic. If the tag is not present the road has right-hand traffic. |
|
open fun getMagnitude(): Optional<Int!>!
Gets the magnitude of delay associated with the incident. These values correspond to incident colors in the traffic tiles. |
|
open fun getRoadType(): Optional<String!>!
Gets the tag value describing the road type. |
|
open fun getTrafficRoadCoverage(): Optional<String!>!
Gets the tag value that describes if the traffic is assigned to the whole road (one-way road), or only to one side (two-way road). |
|
open fun setId(id: Long): Unit |
|
open fun setIsLeftHandTraffic(isLeftHandTraffic: Boolean): Unit |
|
open fun setMagnitude(magnitude: Int): Unit |
|
open fun setRoadType(roadType: String!): Unit |
|
open fun setTrafficRoadCoverage(trafficRoadCoverage: String!): Unit |