@DeprecatedSince("2020.06", "com.tomtom.online.sdk.routing.route.RouteCallback") interface RouteCallback
The default callback response on the query to RoutePlanner.
abstract fun onRoutePlannerError(error: ServiceException): Unit
Called when the request to the RoutePlanner will fail due to error. |
|
abstract fun onRoutePlannerResponse(routeResponse: RouteResponse): Unit
Called when the route will be calculated by RoutePlanner. |