@DeprecatedSince("2020.06", "com.tomtom.online.sdk.routing.batch.BatchRoutesPlan") open class BatchRoutingResponse : ServiceBaseResponse, Batchable
The response to a Batch Routing request.
BatchRoutingResponse()
Empty constructor for the BatchRoutingResponse(totalRequests: Int, successfulRequests: Int, responses: Array<BatchableRoutingResponse!>!)
Default constructor for the |
var responses: Array<BatchableRoutingResponse!>! |
|
var successfulRequests: Int |
|
var totalRequests: Int |
open fun getReachableRangeResponses(): MutableList<ReachableRangeResponse!>!
Gets a list of reachable range results of a Batch Search query. This list will be empty if there were no requests of this type. |
|
open fun getRouteRoutingResponses(): MutableList<RouteResponse!>!
Gets a list of Route results of a Batch Routing query. This list will be empty if there were no requests of this type. |
|
open fun getRoutingResponses(): ImmutableList<BatchableRoutingResponse!>!
Gets a list of results of a Batch Routing query. For each item, use |
|
open fun getSuccessfulRequests(): Int
Returns how many requests are successful. |
|
open fun getTotalRequests(): Int
Returns a total number of requests. |
|
open fun toString(): String |