WarningStatus enum
Indicates the current status of the warning relative to the vehicle's position.
Values
- ahead → const WarningStatus
-
The warning is ahead of the vehicle. Ony a single WarningStatus.ahead is given for each warning.
- approaching → const WarningStatus
-
The warning is ahead with the updated distance till the WarningStatus.reached notification.
- reached → const WarningStatus
-
The warning location has just been reached. Ony a single WarningStatus.reached is given for each warning.
- inside → const WarningStatus
-
The vehicle is inside the warned area.
- passed → const WarningStatus
-
The warning location has been passed. Ony a single WarningStatus.passed is given for each warning.
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<
WarningStatus> - A constant List of the values in this enum, in order of their declaration.