Navigator.RouteChangedListener

public static interface Navigator.RouteChangedListener

Defines signatures for methods that are called when the route changes. All notifications will occur on the UI thread.

Note that there are several types of triggers for this listener, including but not limited to:

  • the driver diverged from the current route
  • the driver selected an alternative route from the UI
  • the driver was offered or required to use a better route
  • the driver started navigating to a destination (via a call to Navigator.startGuidance())
  • the driver started navigating to a new waypoint after arriving at a previous one (via a call to Navigator.continueToNextDestination())

Public Method Summary

abstract void
onRouteChanged()
Called when the route changes.

Public Methods

public abstract void onRouteChanged ()

Called when the route changes. The new route is available through the route segment methods.