Uses of Class
com.azure.maps.search.models.BaseSearchOptions
Packages that use BaseSearchOptions
Package
Description
Package containing the classes for SearchClient.
Package containing the data models for SearchClient.
-
Uses of BaseSearchOptions in com.azure.maps.search
Methods in com.azure.maps.search with parameters of type BaseSearchOptionsModifier and TypeMethodDescriptionMapsSearchAsyncClient.getGeocoding(BaseSearchOptions options) Use to get longitude and latitude coordinates of a street address or name of a place.MapsSearchClient.getGeocoding(BaseSearchOptions options) Use to get longitude and latitude coordinates of a street address or name of a place.Mono<com.azure.core.http.rest.Response<GeocodingResponse>> MapsSearchAsyncClient.getGeocodingNoCustomHeaderWithResponse(BaseSearchOptions options) Use to get longitude and latitude coordinates of a street address or name of a place.com.azure.core.http.rest.Response<GeocodingResponse> MapsSearchClient.getGeocodingNoCustomHeaderWithResponse(BaseSearchOptions options, com.azure.core.util.Context context) Use to get longitude and latitude coordinates of a street address or name of a place.Mono<com.azure.core.http.rest.ResponseBase<com.azure.maps.search.implementation.models.SearchesGetGeocodingHeaders, GeocodingResponse>> MapsSearchAsyncClient.getGeocodingWithBaseResponse(BaseSearchOptions options) Use to get longitude and latitude coordinates of a street address or name of a place.com.azure.core.http.rest.ResponseBase<com.azure.maps.search.implementation.models.SearchesGetGeocodingHeaders, GeocodingResponse> MapsSearchClient.getGeocodingWithBaseResponse(BaseSearchOptions options, com.azure.core.util.Context context) Use to get longitude and latitude coordinates of a street address or name of a place. -
Uses of BaseSearchOptions in com.azure.maps.search.models
Methods in com.azure.maps.search.models that return BaseSearchOptionsModifier and TypeMethodDescriptionBaseSearchOptions.setAddressLine(String addressLine) Sets the street address line for a more specific location in the search query.BaseSearchOptions.setAdminDistrict(String adminDistrict) Sets the first-level administrative district to refine the search query.BaseSearchOptions.setAdminDistrict2(String adminDistrict2) Sets the secondary administrative district to refine the search query.BaseSearchOptions.setAdminDistrict3(String adminDistrict3) Sets the third-level administrative district to refine the search.BaseSearchOptions.setBoundingBox(com.azure.core.models.GeoBoundingBox boundingBox) Sets a rectangular geographical area for focusing the search within defined boundaries.BaseSearchOptions.setCoordinates(com.azure.core.models.GeoPosition coordinates) Sets the geographic coordinates to enhance the relevance of search results based on location.BaseSearchOptions.setCountryRegion(String countryRegion) Sets the country or region code to narrow down the search results.BaseSearchOptions.setLocality(String locality) Sets the locality or city to narrow the search results to a specific area.BaseSearchOptions.setPostalCode(String postalCode) Sets the postal code for a more targeted search result.Sets the query string used to specify a location for the search request.Sets the maximum number of responses that will be returned for a search query, enabling control over the response size.Sets the view parameter to align geopolitical borders and labels with a specific region.