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

MatrixRoutingResultListener

interface MatrixRoutingResultListener

The listener for response of the query sent to Matrix Routing online service.

Functions

onMatrixError

abstract fun onMatrixError(exception: ServiceException?): Unit

Triggered when the online request for matrix routing failed.

onMatrixResult

abstract fun onMatrixResult(response: MatrixRoutingResponse?): Unit

Triggered when the response from the matrix routing online service will be available.