sdk-routing / com.tomtom.online.sdk.routing.data.matrix

Package com.tomtom.online.sdk.routing.data.matrix

Types

MatrixRoutingParams

open class MatrixRoutingParams : JniNativeHandleOwner

Class used to specify matrix routing parameters such as a list of origin and destination coordinates.

MatrixRoutingQuery

open class MatrixRoutingQuery : CommonRequestQuery

A data object used to prepare a query to the Matrix Routing service.

MatrixRoutingQueryBuilder

class MatrixRoutingQueryBuilder

The default builder for MatrixRoutingQuery objects.

MatrixRoutingResponse

class MatrixRoutingResponse : ServiceBaseResponse

The response to a Matrix Routing request.

MatrixRoutingResult

class MatrixRoutingResult

A class that is used to hold information about matrix routing such as summary, origin, and destination.

MatrixRoutingResultKey

class MatrixRoutingResultKey

A class which is used as a key in a map of matrix routing response results.

MatrixSummary

class MatrixSummary

A class used to get the Matrix routing summary. It holds data about how many total routes were calculated and how many of them were successful.