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