Class RouteDirectionsBatchResult

java.lang.Object
com.azure.maps.route.models.RouteDirectionsBatchResult

public class RouteDirectionsBatchResult extends Object
Route Directions Batch Result
  • Constructor Details

    • RouteDirectionsBatchResult

      public RouteDirectionsBatchResult()
  • Method Details

    • getBatchItems

      public List<RouteDirectionsBatchItem> getBatchItems()
      Get the batchItems property: Array containing the batch results.
      Returns:
      the batchItems value.
    • getBatchId

      public String getBatchId()
      Get the batch id of this request.
      Returns:
      the batch id
    • setBatchId

      public void setBatchId(String batchId)
      Sets the matrix id for this request.
      Parameters:
      batchId - the bach id for this request.