Package com.azure.maps.route.models
Class RouteDirectionsBatchResult
java.lang.Object
com.azure.maps.route.models.RouteDirectionsBatchResult
Route Directions Batch Result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the batch id of this request.Get the batchItems property: Array containing the batch results.void
setBatchId
(String batchId) Sets the matrix id for this request.
-
Constructor Details
-
RouteDirectionsBatchResult
public RouteDirectionsBatchResult()
-
-
Method Details
-
getBatchItems
Get the batchItems property: Array containing the batch results.- Returns:
- the batchItems value.
-
getBatchId
Get the batch id of this request.- Returns:
- the batch id
-
setBatchId
Sets the matrix id for this request.- Parameters:
batchId
- the bach id for this request.
-