sdk-routing-rxjava2 / com.tomtom.online.sdk.routing.rx / RxRoutingApi / planRoutes

planRoutes

@PublicPreview("2021.06") fun planRoutes(matrixRoutesSpecification: MatrixRoutesSpecification): Single<MatrixRoutesPlan>

Performs a reactive plan route computing action based on the provided MatrixRoutesSpecification object.

Parameters

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.

Parameters

batchRoutesSpecification - The object which contains the data necessary to execute the plan route computing action.

Return
BatchRoutesPlan's Result object.