NavigationListener class abstract
Constructors
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
-
onAlternativesRequested(
DrivingRoute currentRoute) → void - Calls when a user requested alternatives for the current route. After this callback Navigation will have the current route and fastest alternative route (if available) in Navigation.routes()
-
onResetRoutes(
) → void -
onRoutesBuilt(
) → void - Calls when routes, alternatives, or URI request succeeds After alternatives request Navigation.routes() will have current route and fastest alternative for the request moment along with received alternatives.
-
onRoutesRequested(
List< RequestPoint> points) → void -
onRoutesRequestError(
Error error) → void - Will be called when an error occurs during routes, alternatives or uri request
-
onUriResolvingRequested(
String uri) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited