| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchPlaceIndexForTextResponse> |
LocationAsyncClient.searchPlaceIndexForText(Consumer<SearchPlaceIndexForTextRequest.Builder> searchPlaceIndexForTextRequest)
Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of
interest.
|
default SearchPlaceIndexForTextResponse |
LocationClient.searchPlaceIndexForText(Consumer<SearchPlaceIndexForTextRequest.Builder> 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 |
|---|---|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.biasPosition(Collection<Double> biasPosition)
Searches for results closest to the given position.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.biasPosition(Double... biasPosition)
Searches for results closest to the given position.
|
static SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.builder() |
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.filterBBox(Collection<Double> filterBBox)
Filters the results by returning only Places within the provided bounding box.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.filterBBox(Double... filterBBox)
Filters the results by returning only Places within the provided bounding box.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.filterCountries(Collection<String> filterCountries)
Limits the search to the given a list of countries/regions.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.filterCountries(String... filterCountries)
Limits the search to the given a list of countries/regions.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.indexName(String indexName)
The name of the place index resource you want to use for the search.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.maxResults(Integer maxResults)
An optional parameter.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.text(String text)
The address, name, city, or region to be used in the search.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchPlaceIndexForTextRequest.Builder> |
SearchPlaceIndexForTextRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.