| Package | Description |
|---|---|
| com.amazonaws.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.clone() |
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.withBiasPosition(Collection<Double> biasPosition)
An optional parameter that indicates a preference for place suggestions that are closer to a specified position.
|
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.withBiasPosition(Double... biasPosition)
An optional parameter that indicates a preference for place suggestions that are closer to a specified position.
|
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.withFilterBBox(Collection<Double> filterBBox)
An optional parameter that limits the search results by returning only suggestions within a specified bounding
box.
|
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.withFilterBBox(Double... filterBBox)
An optional parameter that limits the search results by returning only suggestions within a specified bounding
box.
|
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.withFilterCategories(Collection<String> filterCategories)
A list of one or more Amazon Location categories to filter the returned places.
|
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.withFilterCategories(String... filterCategories)
A list of one or more Amazon Location categories to filter the returned places.
|
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.withFilterCountries(Collection<String> filterCountries)
An optional parameter that limits the search results by returning only suggestions within the provided list of
countries.
|
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.withFilterCountries(String... filterCountries)
An optional parameter that limits the search results by returning only suggestions within the provided list of
countries.
|
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.withIndexName(String indexName)
The name of the place index resource you want to use for the search.
|
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.withKey(String key)
The optional API key
to authorize the request.
|
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.withLanguage(String language)
The preferred language used to return results.
|
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.withMaxResults(Integer maxResults)
An optional parameter.
|
SearchPlaceIndexForSuggestionsRequest |
SearchPlaceIndexForSuggestionsRequest.withText(String text)
The free-form partial text to use to generate place suggestions.
|
Copyright © 2025. All rights reserved.