PlanRouteCallback

interface PlanRouteCallback : Callback<PlanRouteResult, RoutingError>

Callback which is responsible to inform about a received PlanRouteResult or respective error.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun onError(error: RoutingError)
Link copied to clipboard
abstract fun onSuccess(result: PlanRouteResult)