| 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 |
|---|---|
SearchPlaceIndexForTextResult |
AbstractAmazonLocation.searchPlaceIndexForText(SearchPlaceIndexForTextRequest request) |
SearchPlaceIndexForTextResult |
AmazonLocationClient.searchPlaceIndexForText(SearchPlaceIndexForTextRequest request)
Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of
interest.
|
SearchPlaceIndexForTextResult |
AmazonLocation.searchPlaceIndexForText(SearchPlaceIndexForTextRequest searchPlaceIndexForTextRequest)
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 |
|---|---|
Future<SearchPlaceIndexForTextResult> |
AbstractAmazonLocationAsync.searchPlaceIndexForTextAsync(SearchPlaceIndexForTextRequest request,
AsyncHandler<SearchPlaceIndexForTextRequest,SearchPlaceIndexForTextResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForTextResult |
SearchPlaceIndexForTextResult.clone() |
SearchPlaceIndexForTextResult |
SearchPlaceIndexForTextResult.withResults(Collection<SearchForTextResult> results)
A list of Places matching the input text.
|
SearchPlaceIndexForTextResult |
SearchPlaceIndexForTextResult.withResults(SearchForTextResult... results)
A list of Places matching the input text.
|
SearchPlaceIndexForTextResult |
SearchPlaceIndexForTextResult.withSummary(SearchPlaceIndexForTextSummary summary)
Contains a summary of the request.
|
Copyright © 2022. All rights reserved.