| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
SearchForTextResult |
SearchForTextResult.clone() |
SearchForTextResult |
SearchForTextResult.withPlace(Place place)
Contains details about the relevant point of interest.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchForTextResult> |
SearchPlaceIndexForTextResult.getResults()
A list of Places closest to the specified position.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForTextResult |
SearchPlaceIndexForTextResult.withResults(SearchForTextResult... results)
A list of Places closest to the specified position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPlaceIndexForTextResult.setResults(Collection<SearchForTextResult> results)
A list of Places closest to the specified position.
|
SearchPlaceIndexForTextResult |
SearchPlaceIndexForTextResult.withResults(Collection<SearchForTextResult> results)
A list of Places closest to the specified position.
|
Copyright © 2021. All rights reserved.