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

MatrixRoutingResponse

class MatrixRoutingResponse : ServiceBaseResponse

The Response to a Matrix Routing Request.

Constructors

<init>

MatrixRoutingResponse(results: MutableMap<MatrixRoutingResultKey!, MatrixRoutingResult!>!, error: ResponseStatus!, totalRoutes: Int, successfulRoutes: Int)

A constructor of the matrix routing Response called after a matrix routing Request. It initializes fields with the results of a matrix routing query.