public static interface SearchPlaceIndexForTextSummary.Builder extends SdkPojo, CopyableBuilder<SearchPlaceIndexForTextSummary.Builder,SearchPlaceIndexForTextSummary>
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForTextSummary.Builder |
biasPosition(Collection<Double> biasPosition)
Contains the coordinates for the bias position entered in the geocoding request.
|
SearchPlaceIndexForTextSummary.Builder |
biasPosition(Double... biasPosition)
Contains the coordinates for the bias position entered in the geocoding request.
|
SearchPlaceIndexForTextSummary.Builder |
dataSource(String dataSource)
The data provider of geospatial data.
|
SearchPlaceIndexForTextSummary.Builder |
filterBBox(Collection<Double> filterBBox)
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
|
SearchPlaceIndexForTextSummary.Builder |
filterBBox(Double... filterBBox)
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
|
SearchPlaceIndexForTextSummary.Builder |
filterCountries(Collection<String> filterCountries)
Contains the country filter entered in the geocoding request.
|
SearchPlaceIndexForTextSummary.Builder |
filterCountries(String... filterCountries)
Contains the country filter entered in the geocoding request.
|
SearchPlaceIndexForTextSummary.Builder |
maxResults(Integer maxResults)
Contains the maximum number of results indicated for the request.
|
SearchPlaceIndexForTextSummary.Builder |
resultBBox(Collection<Double> resultBBox)
A bounding box that contains the search results within the specified area indicated by
FilterBBox. |
SearchPlaceIndexForTextSummary.Builder |
resultBBox(Double... resultBBox)
A bounding box that contains the search results within the specified area indicated by
FilterBBox. |
SearchPlaceIndexForTextSummary.Builder |
text(String text)
The address, name, city or region to be used in the geocoding request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchPlaceIndexForTextSummary.Builder biasPosition(Collection<Double> biasPosition)
Contains the coordinates for the bias position entered in the geocoding request.
biasPosition - Contains the coordinates for the bias position entered in the geocoding request.SearchPlaceIndexForTextSummary.Builder biasPosition(Double... biasPosition)
Contains the coordinates for the bias position entered in the geocoding request.
biasPosition - Contains the coordinates for the bias position entered in the geocoding request.SearchPlaceIndexForTextSummary.Builder dataSource(String dataSource)
The data provider of geospatial data. Indicates one of the available providers:
Esri
HERE
For additional details on data providers, see the Amazon Location Service data providers page.
dataSource - The data provider of geospatial data. Indicates one of the available providers:
Esri
HERE
For additional details on data providers, see the Amazon Location Service data providers page.
SearchPlaceIndexForTextSummary.Builder filterBBox(Collection<Double> filterBBox)
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
filterBBox - Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.SearchPlaceIndexForTextSummary.Builder filterBBox(Double... filterBBox)
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
filterBBox - Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.SearchPlaceIndexForTextSummary.Builder filterCountries(Collection<String> filterCountries)
Contains the country filter entered in the geocoding request.
filterCountries - Contains the country filter entered in the geocoding request.SearchPlaceIndexForTextSummary.Builder filterCountries(String... filterCountries)
Contains the country filter entered in the geocoding request.
filterCountries - Contains the country filter entered in the geocoding request.SearchPlaceIndexForTextSummary.Builder maxResults(Integer maxResults)
Contains the maximum number of results indicated for the request.
maxResults - Contains the maximum number of results indicated for the request.SearchPlaceIndexForTextSummary.Builder resultBBox(Collection<Double> resultBBox)
A bounding box that contains the search results within the specified area indicated by
FilterBBox. A subset of bounding box specified using FilterBBox.
resultBBox - A bounding box that contains the search results within the specified area indicated by
FilterBBox. A subset of bounding box specified using FilterBBox.SearchPlaceIndexForTextSummary.Builder resultBBox(Double... resultBBox)
A bounding box that contains the search results within the specified area indicated by
FilterBBox. A subset of bounding box specified using FilterBBox.
resultBBox - A bounding box that contains the search results within the specified area indicated by
FilterBBox. A subset of bounding box specified using FilterBBox.SearchPlaceIndexForTextSummary.Builder text(String text)
The address, name, city or region to be used in the geocoding request. In free-form text format. For example,
Vancouver.
text - The address, name, city or region to be used in the geocoding request. In free-form text format. For
example, Vancouver.Copyright © 2021. All rights reserved.