RoutingRequestCallback

Callback interface to handle the result of a routing request within the positioning system.

Implement this interface to receive the outcome of a route calculation, either successful or erroneous.

Functions

Link copied to clipboard
abstract fun onError(routeResponse: RouteResponse)

Called when a routing request fails or encounters an error.

Link copied to clipboard
abstract fun onSuccess(routeResponse: RouteResponse)

Called when a routing request completes successfully.