SpeedWarningStatus enum

This enum represents the status of the speed warning feature.

Values

speedLimitExceeded → const SpeedWarningStatus

Status when the current speed exceeded the speed limit (plus offset) for the current road segment. This status is followed by SpeedWarningStatus.speedLimitRestored once the driving speed is again below the speed limit (plus offset) for the current road segment.

Note: The speed limit used to check this condition does not take into account any temporary special speed limit. See SpeedLimitListener.

speedLimitRestored → const SpeedWarningStatus

Status where the current speed is again below the speed limit (plus offset) for the current road segment. This status is only possible after previously exceeding a speed limit.

Note: The speed limit used to check this condition does not take into account any temporary special speed limit. See `SpeedLimitListener.

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<SpeedWarningStatus>
A constant List of the values in this enum, in order of their declaration.