Class SearchAddressBatchItem

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

public final class SearchAddressBatchItem extends Object
An item returned from Search Address Batch service call.
  • Constructor Details

    • SearchAddressBatchItem

      public SearchAddressBatchItem()
  • Method Details

    • getStatusCode

      public Integer getStatusCode()
      Get the statusCode property: HTTP request status code.
      Returns:
      the statusCode value.
    • getError

      public com.azure.core.models.ResponseError getError()
      Get the error property: The error object.
      Returns:
      the error value.
    • getResult

      public SearchAddressResult getResult()
      Results of this search.
      Returns:
      the results of this search.