| 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 |
|---|---|
SearchPlaceIndexForSuggestionsResult |
AbstractAmazonLocation.searchPlaceIndexForSuggestions(SearchPlaceIndexForSuggestionsRequest request) |
SearchPlaceIndexForSuggestionsResult |
AmazonLocationClient.searchPlaceIndexForSuggestions(SearchPlaceIndexForSuggestionsRequest request)
Generates suggestions for addresses and points of interest based on partial or misspelled free-form text.
|
SearchPlaceIndexForSuggestionsResult |
AmazonLocation.searchPlaceIndexForSuggestions(SearchPlaceIndexForSuggestionsRequest searchPlaceIndexForSuggestionsRequest)
Generates suggestions for addresses and points of interest based on partial or misspelled free-form text.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForSuggestionsResult |
SearchPlaceIndexForSuggestionsResult.clone() |
SearchPlaceIndexForSuggestionsResult |
SearchPlaceIndexForSuggestionsResult.withResults(Collection<SearchForSuggestionsResult> results)
A list of place suggestions that best match the search text.
|
SearchPlaceIndexForSuggestionsResult |
SearchPlaceIndexForSuggestionsResult.withResults(SearchForSuggestionsResult... results)
A list of place suggestions that best match the search text.
|
SearchPlaceIndexForSuggestionsResult |
SearchPlaceIndexForSuggestionsResult.withSummary(SearchPlaceIndexForSuggestionsSummary summary)
Contains a summary of the request.
|
Copyright © 2023. All rights reserved.