Package com.azure.maps.search.models
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the entity type.Returns the extended postal codes for.setEntityType
(GeographicEntityType entityType) Sets the entity type.setExtendedPostalCodesFor
(List<SearchIndexes> extendedPostalCodesFor) Sets the extended postal codes for.Methods inherited from class com.azure.maps.search.models.BaseSearchOptions
getBoundingBox, getCountryFilter, getLanguage, getLocalizedMapView, getRadiusInMeters, getSkip, getTop, setCountryFilter, setGeoBoundingBox, setLanguage, setLocalizedMapView, setRadiusInMeters, setSkip, setTop
-
Constructor Details
-
SearchStructuredAddressOptions
public SearchStructuredAddressOptions()
-
-
Method Details
-
getEntityType
Returns the entity type.- Returns:
- the entity type
-
getExtendedPostalCodesFor
Returns the extended postal codes for.- Returns:
- the extended postal codes used for the search
-
setEntityType
Sets the entity type.- Parameters:
entityType
- theGeographicEntityType
- 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
-