| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
SearchForTextResult |
SearchForTextResult.clone() |
SearchForTextResult |
SearchForTextResult.withDistance(Double distance)
The distance in meters of a great-circle arc between the bias position specified and the result.
|
SearchForTextResult |
SearchForTextResult.withPlace(Place place)
Details about the search result, such as its address and position.
|
SearchForTextResult |
SearchForTextResult.withRelevance(Double relevance)
The relative confidence in the match for a result among the results returned.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchForTextResult> |
SearchPlaceIndexForTextResult.getResults()
A list of Places matching the input text.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForTextResult |
SearchPlaceIndexForTextResult.withResults(SearchForTextResult... results)
A list of Places matching the input text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPlaceIndexForTextResult.setResults(Collection<SearchForTextResult> results)
A list of Places matching the input text.
|
SearchPlaceIndexForTextResult |
SearchPlaceIndexForTextResult.withResults(Collection<SearchForTextResult> results)
A list of Places matching the input text.
|
Copyright © 2022. All rights reserved.