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

MatrixRoutingResponse

@DeprecatedSince(2020, 6) class MatrixRoutingResponse : ServiceBaseResponse
Deprecated: Deprecated in Java

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.