public interface RouteResponseListener extends BaseResponseListener
Modifier and Type | Method and Description |
---|---|
void |
onRouteRetrieved(Route route)
Called any time that a new route has been retrieved by the
NavigationManager
from the RouteService . |
onRequestFailed, onRequestMade
void onRouteRetrieved(Route route)
NavigationManager
from the RouteService
.
Note this method is typically triggered only when a re-route occurs during a navigation session.
route
- the route retrieved.