LowSpeedZoneWarningListener class abstract
This abstract class should be implemented in order to receive low speed zone warnings.
Note: This is currently available only for Japan.
The low speed zone warner is a zone warner, which means that for a low speed zone there will always
be 3 warnings emitted, with the LowSpeedZoneWarning.distance_type set to DistanceType.AHEAD, DistanceType.REACHED
and lastly DistanceType.PASSED when the end of the low speed zone is passed.
Constructors
- LowSpeedZoneWarningListener(void onLowSpeedZoneWarningUpdatedLambda(LowSpeedZoneWarning))
-
This abstract class should be implemented in order to receive low speed zone warnings.
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
-
onLowSpeedZoneWarningUpdated(
LowSpeedZoneWarning lowSpeedZoneWarning) → void - Called whenever a new low speed zone warning is available.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited