| Package | Description |
|---|---|
| com.amazonaws.services.location |
Suite of geospatial services including Maps, Places, 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> |
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.
|
Future<SearchPlaceIndexForTextResult> |
AbstractAmazonLocationAsync.searchPlaceIndexForTextAsync(SearchPlaceIndexForTextRequest request,
AsyncHandler<SearchPlaceIndexForTextRequest,SearchPlaceIndexForTextResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.clone() |
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withBiasPosition(Collection<Double> biasPosition)
Searches for results closest to the given position.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withBiasPosition(Double... biasPosition)
Searches for results closest to the given position.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withFilterBBox(Collection<Double> filterBBox)
Filters the results by returning only Places within the provided bounding box.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withFilterBBox(Double... filterBBox)
Filters the results by returning only Places within the provided bounding box.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withFilterCountries(Collection<String> filterCountries)
Limits the search to the given a list of countries/regions.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withFilterCountries(String... filterCountries)
Limits the search to the given a list of countries/regions.
|
SearchPlaceIndexForTextRequest |
SearchPlaceIndexForTextRequest.withIndexName(String indexName)
The name of the Place index resource you want to use for the search.
|
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.
|
Copyright © 2021. All rights reserved.