@Beta(2020, 12) data class MatrixRoutesPlan : Serializable
Result of the Matrix Routing.
routes
- Map which contains the results of the Matrix Routing.
It corresponds to pairs of MatrixRouteKey and MatrixRoute.
totalRoutes
- The number of total routes calculated by Matrix Routing.
successfulRoutes
- The number of successful routes calculated by Matrix Routing.
val routes: Map<MatrixRouteKey, MatrixRoute>
Map which contains the results of the Matrix Routing. It corresponds to pairs of MatrixRouteKey and MatrixRoute. |
|
val successfulRoutes: Int
The number of successful routes calculated by Matrix Routing. |
|
val totalRoutes: Int
The number of total routes calculated by Matrix Routing. |