Class SearchStructuredAddressOptions

java.lang.Object
com.azure.maps.search.models.BaseSearchOptions<SearchStructuredAddressOptions>
com.azure.maps.search.models.SearchStructuredAddressOptions

public final class SearchStructuredAddressOptions extends BaseSearchOptions<SearchStructuredAddressOptions>
Options for searching with a StructureAddress.
  • Constructor Details

    • SearchStructuredAddressOptions

      public SearchStructuredAddressOptions()
  • Method Details

    • getEntityType

      public GeographicEntityType getEntityType()
      Returns the entity type.
      Returns:
      the entity type
    • getExtendedPostalCodesFor

      public List<SearchIndexes> getExtendedPostalCodesFor()
      Returns the extended postal codes for.
      Returns:
      the extended postal codes used for the search
    • setEntityType

      public SearchStructuredAddressOptions setEntityType(GeographicEntityType entityType)
      Sets the entity type.
      Parameters:
      entityType - the GeographicEntityType
      Returns:
      a reference to this SearchStructuredAddressOptions
    • setExtendedPostalCodesFor

      public SearchStructuredAddressOptions setExtendedPostalCodesFor(List<SearchIndexes> extendedPostalCodesFor)
      Sets the extended postal codes for.
      Parameters:
      extendedPostalCodesFor - the extended postal codes used for the search.
      Returns:
      a reference to this SearchStructuredAddressOptions