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

BatchableRoutingResultListener

interface BatchableRoutingResultListener

The listener for response of the query sent to 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.