public static interface SearchPlaceIndexForPositionSummary.Builder extends SdkPojo, CopyableBuilder<SearchPlaceIndexForPositionSummary.Builder,SearchPlaceIndexForPositionSummary>
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForPositionSummary.Builder |
dataSource(String dataSource)
The data provider of geospatial data.
|
SearchPlaceIndexForPositionSummary.Builder |
maxResults(Integer maxResults)
An optional parameter.
|
SearchPlaceIndexForPositionSummary.Builder |
position(Collection<Double> position)
The position given in the reverse geocoding request.
|
SearchPlaceIndexForPositionSummary.Builder |
position(Double... position)
The position given in the reverse geocoding request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchPlaceIndexForPositionSummary.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.
SearchPlaceIndexForPositionSummary.Builder maxResults(Integer maxResults)
An optional parameter. The maximum number of results returned per request.
Default value: 50
maxResults - An optional parameter. The maximum number of results returned per request.
Default value: 50
SearchPlaceIndexForPositionSummary.Builder position(Collection<Double> position)
The position given in the reverse geocoding request.
position - The position given in the reverse geocoding request.SearchPlaceIndexForPositionSummary.Builder position(Double... position)
The position given in the reverse geocoding request.
position - The position given in the reverse geocoding request.Copyright © 2021. All rights reserved.