| 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 |
|---|---|
Future<SearchPlaceIndexForTextResult> |
AmazonLocationAsyncClient.searchPlaceIndexForTextAsync(SearchPlaceIndexForTextRequest request,
AsyncHandler<SearchPlaceIndexForTextRequest,SearchPlaceIndexForTextResult> asyncHandler) |
Future<SearchPlaceIndexForTextResult> |
AbstractAmazonLocationAsync.searchPlaceIndexForTextAsync(SearchPlaceIndexForTextRequest request,
AsyncHandler<SearchPlaceIndexForTextRequest,SearchPlaceIndexForTextResult> asyncHandler) |
Future<SearchPlaceIndexForTextResult> |
AmazonLocationAsync.searchPlaceIndexForTextAsync(SearchPlaceIndexForTextRequest searchPlaceIndexForTextRequest,
AsyncHandler<SearchPlaceIndexForTextRequest,SearchPlaceIndexForTextResult> asyncHandler)
Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of
interest.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.clone() |
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withBiasPosition(Collection<Double> biasPosition)
An optional parameter that indicates a preference for places that are closer to a specified position.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withBiasPosition(Double... biasPosition)
An optional parameter that indicates a preference for places that are closer to a specified position.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withFilterBBox(Collection<Double> filterBBox)
An optional parameter that limits the search results by returning only places that are within the provided
bounding box.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withFilterBBox(Double... filterBBox)
An optional parameter that limits the search results by returning only places that are within the provided
bounding box.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withFilterCategories(Collection<String> filterCategories)
A list of one or more Amazon Location categories to filter the returned places.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withFilterCategories(String... filterCategories)
A list of one or more Amazon Location categories to filter the returned places.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withFilterCountries(Collection<String> filterCountries)
An optional parameter that limits the search results by returning only places that are in a specified list of
countries.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withFilterCountries(String... filterCountries)
An optional parameter that limits the search results by returning only places that are in a specified list of
countries.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withIndexName(String indexName)
The name of the place index resource you want to use for the search.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withKey(String key)
The optional API key
to authorize the request.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withLanguage(String language)
The preferred language used to return results.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withMaxResults(Integer maxResults)
An optional parameter.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withText(String text)
The address, name, city, or region to be used in the search in free-form text format.
|
Copyright © 2023. All rights reserved.