sdk-routing / com.tomtom.online.sdk.routing / BatchableRoutingResultListener

BatchableRoutingResultListener

interface BatchableRoutingResultListener

The listener for the Response of the query sent to the Batch Routing online service.

Functions

onBatchError

abstract fun onBatchError(exception: ServiceException?): Unit

Triggered when the online Request for batch routing failed.

onBatchResult

abstract fun onBatchResult(response: BatchRoutingResponse?): Unit

Triggered when the Response from the Batch Routing online service will be available.