@DeprecatedSince("2020.07") abstract fun planBatchRoute(batchQuery: BatchRoutingQuery): Single<BatchRoutingResponse>
Performs a reactive batch computing action based on the provided BatchRoutingQuery object.
batchQuery
- The object which contains the data necessary to execute the batch computing action.
Return
BatchRoutingResponse's Single object.
@DeprecatedSince("2020.06", "RoutingApi.planRoute(batchRoutingSpecification, batchRoutesCallback)") abstract fun planBatchRoute(batchQuery: BatchRoutingQuery, listener: BatchableRoutingResultListener): Unit
Performs a batch computing action based on the provided BatchRoutingQuery object and returns the routes in the callback.
batchQuery
- The object which contains the data necessary to execute the batch computing action.
listener
- The BatchableRoutingResultListener which contains data about a batch.