| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.Location.Types.SearchPlaceIndexForPositionSummary
Description
Synopsis
- data SearchPlaceIndexForPositionSummary = SearchPlaceIndexForPositionSummary' {
- maxResults :: Maybe Natural
- dataSource :: Text
- position :: Sensitive (NonEmpty Double)
- newSearchPlaceIndexForPositionSummary :: Text -> NonEmpty Double -> SearchPlaceIndexForPositionSummary
- searchPlaceIndexForPositionSummary_maxResults :: Lens' SearchPlaceIndexForPositionSummary (Maybe Natural)
- searchPlaceIndexForPositionSummary_dataSource :: Lens' SearchPlaceIndexForPositionSummary Text
- searchPlaceIndexForPositionSummary_position :: Lens' SearchPlaceIndexForPositionSummary (NonEmpty Double)
Documentation
data SearchPlaceIndexForPositionSummary Source #
A summary of the reverse geocoding request sent using
SearchPlaceIndexForPosition.
See: newSearchPlaceIndexForPositionSummary smart constructor.
Constructors
| SearchPlaceIndexForPositionSummary' | |
Fields
| |
Instances
newSearchPlaceIndexForPositionSummary Source #
Arguments
| :: Text | |
| -> NonEmpty Double | |
| -> SearchPlaceIndexForPositionSummary |
Create a value of SearchPlaceIndexForPositionSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:SearchPlaceIndexForPositionSummary', searchPlaceIndexForPositionSummary_maxResults - An optional parameter. The maximum number of results returned per
request.
Default value: 50
$sel:dataSource:SearchPlaceIndexForPositionSummary', searchPlaceIndexForPositionSummary_dataSource - The data provider of geospatial data. Indicates one of the available
providers:
- Esri
- HERE
For additional details on data providers, see Amazon Location Service data providers.
$sel:position:SearchPlaceIndexForPositionSummary', searchPlaceIndexForPositionSummary_position - The position given in the reverse geocoding request.
searchPlaceIndexForPositionSummary_maxResults :: Lens' SearchPlaceIndexForPositionSummary (Maybe Natural) Source #
An optional parameter. The maximum number of results returned per request.
Default value: 50
searchPlaceIndexForPositionSummary_dataSource :: Lens' SearchPlaceIndexForPositionSummary Text Source #
The data provider of geospatial data. Indicates one of the available providers:
- Esri
- HERE
For additional details on data providers, see Amazon Location Service data providers.
searchPlaceIndexForPositionSummary_position :: Lens' SearchPlaceIndexForPositionSummary (NonEmpty Double) Source #
The position given in the reverse geocoding request.