@DeprecatedSince(2020, 7) 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, 6) 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.