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.

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.