onRouteFetchSuccessful

open fun onRouteFetchSuccessful(routes: List<NavigationRoute>)

Called when route request using the Router was successful. The result contains a list of NavigationRoute. If there are no routes, then the list will be empty.

Parameters

routes

All routes from origin to destination with waypoints if available.