@PublicPreview("2021.06") fun planRoutes(matrixRoutesSpecification: MatrixRoutesSpecification): Single<MatrixRoutesPlan>
Performs a reactive plan route computing action based on the provided MatrixRoutesSpecification object.
matrixRoutesSpecification
- The object which contains the data necessary
to execute the plan route computing action.
Return
MatrixRoutesPlan's Result object.
@PublicPreview("2021.06") fun planRoutes(batchRoutesSpecification: BatchRoutesSpecification): Single<BatchRoutesPlan>
Performs a reactive plan route computing action based on the provided BatchRoutesSpecification object.
batchRoutesSpecification
- The object which contains the data necessary
to execute the plan route computing action.
Return
BatchRoutesPlan's Result object.