@DeprecatedSince(2020, 6) 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. |