TrafficIncidentType enum

Category of a traffic incident.

Values

accident → const TrafficIncidentType

Traffic accident.

congestion → const TrafficIncidentType

Traffic congestion.

construction → const TrafficIncidentType

Construction work.

disabledVehicle → const TrafficIncidentType

Overturned or broken down vehicle(s) on the road.

massTransit → const TrafficIncidentType

Incident involving mass transit such as rail or subway.

plannedEvent → const TrafficIncidentType

Incident involving activities such as sport events or festivals.

roadHazard → const TrafficIncidentType

Dangerous obstruction on the road such as downed tree or traffic light out.

weather → const TrafficIncidentType

Adverse weather conditions.

roadClosure → const TrafficIncidentType

Road closure.

laneRestriction → const TrafficIncidentType

Lane restriction.

other → const TrafficIncidentType

The incident is known but it does't fit into any of the other categories.

unknown → const TrafficIncidentType

The incident type is not provided by the traffic incidents supplier or not recognized by HERE SDK.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

values → const List<TrafficIncidentType>
A constant List of the values in this enum, in order of their declaration.