MatchedLocationListener class abstract
This abstract class should be implemented to receive notifications about the current location from MapMatchedLocation.
Note: This is a beta release of this feature. There may be bugs and unexpected behaviors. Related APIs may change in future releases without a deprecation process.
Constructors
- MatchedLocationListener(void onMatchedLocationUpdatedLambda(MatchedLocation))
-
This abstract class should be implemented to receive notifications
about the current location from MapMatchedLocation.
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
-
onMatchedLocationUpdated(
MatchedLocation matchedLocation) → void - Called whenever the current map-matched location has been updated.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited