TrafficEventSeverity enum
Traffic event severity enum.
Values
- stationary → const TrafficEventSeverity
-
Stationary Traffic is stationary: vehicles are stopped and no movement is expected.
- queuing → const TrafficEventSeverity
-
Queuing Traffic is queuing: stop-and-go conditions where vehicles are moving intermittently and speeds are well below normal.
- slowTraffic → const TrafficEventSeverity
-
Slow traffic Slow traffic: traffic is moving but at reduced speeds compared to normal conditions.
- possibleDelay → const TrafficEventSeverity
-
Possible delay Possible delay: conditions may cause delays but the extent is minor or not yet confirmed.
- unknown → const TrafficEventSeverity
-
Unknown Unknown traffic state: there is insufficient or unreliable data to determine current conditions.
- free → const TrafficEventSeverity
-
Free traffic Free traffic (also referred to as lowTraffic): traffic is flowing normally with no expected delays.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
TrafficEventSeverity> - A constant List of the values in this enum, in order of their declaration.