| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
SearchForPositionResult |
SearchForPositionResult.clone() |
SearchForPositionResult |
SearchForPositionResult.withDistance(Double distance)
The distance in meters of a great-circle arc between the query position and the result.
|
SearchForPositionResult |
SearchForPositionResult.withPlace(Place place)
Details about the search result, such as its address and position.
|
SearchForPositionResult |
SearchForPositionResult.withPlaceId(String placeId)
The unique identifier of the place.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchForPositionResult> |
SearchPlaceIndexForPositionResult.getResults()
Returns a list of Places closest to the specified position.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForPositionResult |
SearchPlaceIndexForPositionResult.withResults(SearchForPositionResult... results)
Returns a list of Places closest to the specified position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPlaceIndexForPositionResult.setResults(Collection<SearchForPositionResult> results)
Returns a list of Places closest to the specified position.
|
SearchPlaceIndexForPositionResult |
SearchPlaceIndexForPositionResult.withResults(Collection<SearchForPositionResult> results)
Returns a list of Places closest to the specified position.
|
Copyright © 2023. All rights reserved.