@DeprecatedSince("2020.06", "com.tomtom.online.sdk.routing.matrix.MatrixRoutesPlan") class MatrixRoutingResponse : ServiceBaseResponse
The response to a Matrix Routing request.
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. |
fun equals(other: Any?): Boolean |
|
fun getResults(): MutableMap<MatrixRoutingResultKey!, MatrixRoutingResult!>!
Returns a map which contains the results of the matrix query. It corresponds to pairs of origin and destination locations which is described by |
|
fun getSuccessfulRoutes(): Int
Returns the number of successful routes calculated by the matrix routing. |
|
fun getTotalRoutes(): Int
Returns the number of total routes calculated by matrix routing. |
|
fun hashCode(): Int |
|
fun toString(): String |