Class BatchReverseSearchResult

java.lang.Object
com.azure.maps.search.models.BatchReverseSearchResult

public final class BatchReverseSearchResult extends Object
This object is returned from a successful Search Address Batch service call.
  • Constructor Details

  • Method Details

    • getBatchSummary

      public BatchResultSummary getBatchSummary()
      Get the batchSummary property: Summary of the results for the batch request.
      Returns:
      the batchSummary value.
    • getBatchItems

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

      public String getBatchId()
      Return this id for this batch. Only available when the batch is cached.
      Returns:
      the batch id
    • setBatchId

      public void setBatchId(String batchId)
      Sets the if of this batch.
      Parameters:
      batchId - the id of this batch, retrieved from the asynchronous API.