| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.clone() |
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextResult.getSummary()
Contains a summary of the request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withBiasPosition(Collection<Double> biasPosition)
Contains the coordinates for the bias position entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withBiasPosition(Double... biasPosition)
Contains the coordinates for the bias position entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withDataSource(String dataSource)
The data provider of geospatial data for the Place index resource.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withFilterBBox(Collection<Double> filterBBox)
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withFilterBBox(Double... filterBBox)
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withFilterCountries(Collection<String> filterCountries)
Contains the country filter entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withFilterCountries(String... filterCountries)
Contains the country filter entered in the geocoding request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withMaxResults(Integer maxResults)
Contains the maximum number of results indicated for the request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withResultBBox(Collection<Double> resultBBox)
A bounding box that contains the search results within the specified area indicated by
FilterBBox. |
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withResultBBox(Double... resultBBox)
A bounding box that contains the search results within the specified area indicated by
FilterBBox. |
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withText(String text)
The address, name, city or region to be used in the geocoding request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPlaceIndexForTextResult.setSummary(SearchPlaceIndexForTextSummary summary)
Contains a summary of the request.
|
SearchPlaceIndexForTextResult |
SearchPlaceIndexForTextResult.withSummary(SearchPlaceIndexForTextSummary summary)
Contains a summary of the request.
|
Copyright © 2021. All rights reserved.