SpeedWarningListener class abstract
This abstract class should be implemented in order to receive notifications when a speed limit on a road is exceeded or driving speed is restored back to normal.
Note:
The warnings issued by this abstract class
don't take into account any temporary special speed limits. See SpeedLimitListener.
Constructors
- SpeedWarningListener(void onSpeedWarningStatusChangedLambda(SpeedWarningStatus))
-
This abstract class should be implemented in order to receive notifications
when a speed limit on a road is exceeded or driving speed is restored back to normal.
factory
Properties
- hashCode → int
-
The hash code for this object.
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
-
onSpeedWarningStatusChanged(
SpeedWarningStatus status) → void -
Called whenever a new
SpeedWarningStatusis available. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited