ReplanRoutesCallback

Callback for replanning routes request result.

Functions

Link copied to clipboard
abstract fun onFailure(failure: ReplanRouteError)

Called when the route replan request fails or gets interrupted.

Link copied to clipboard
abstract fun onNewRoutes(routes: List<NavigationRoute>, routerOrigin: String)

Called when new routes have been fetched and set.