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 |
Synopsis
- data SearchPlaceIndexForTextSummary = SearchPlaceIndexForTextSummary' {
- filterBBox :: Maybe (Sensitive (NonEmpty Double))
- resultBBox :: Maybe (Sensitive (NonEmpty Double))
- biasPosition :: Maybe (Sensitive (NonEmpty Double))
- filterCountries :: Maybe (NonEmpty Text)
- maxResults :: Maybe Natural
- dataSource :: Text
- text :: Sensitive Text
- newSearchPlaceIndexForTextSummary :: Text -> Text -> SearchPlaceIndexForTextSummary
- searchPlaceIndexForTextSummary_filterBBox :: Lens' SearchPlaceIndexForTextSummary (Maybe (NonEmpty Double))
- searchPlaceIndexForTextSummary_resultBBox :: Lens' SearchPlaceIndexForTextSummary (Maybe (NonEmpty Double))
- searchPlaceIndexForTextSummary_biasPosition :: Lens' SearchPlaceIndexForTextSummary (Maybe (NonEmpty Double))
- searchPlaceIndexForTextSummary_filterCountries :: Lens' SearchPlaceIndexForTextSummary (Maybe (NonEmpty Text))
- searchPlaceIndexForTextSummary_maxResults :: Lens' SearchPlaceIndexForTextSummary (Maybe Natural)
- searchPlaceIndexForTextSummary_dataSource :: Lens' SearchPlaceIndexForTextSummary Text
- searchPlaceIndexForTextSummary_text :: Lens' SearchPlaceIndexForTextSummary Text
Documentation
data SearchPlaceIndexForTextSummary Source #
A summary of the geocoding request sent using SearchPlaceIndexForText
.
See: newSearchPlaceIndexForTextSummary
smart constructor.
SearchPlaceIndexForTextSummary' | |
|
Instances
newSearchPlaceIndexForTextSummary Source #
Create a value of SearchPlaceIndexForTextSummary
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:filterBBox:SearchPlaceIndexForTextSummary'
, searchPlaceIndexForTextSummary_filterBBox
- Contains the coordinates for the optional bounding box coordinated
entered in the geocoding request.
$sel:resultBBox:SearchPlaceIndexForTextSummary'
, searchPlaceIndexForTextSummary_resultBBox
- A bounding box that contains the search results within the specified
area indicated by FilterBBox
. A subset of bounding box specified using
FilterBBox
.
$sel:biasPosition:SearchPlaceIndexForTextSummary'
, searchPlaceIndexForTextSummary_biasPosition
- Contains the coordinates for the bias position entered in the geocoding
request.
$sel:filterCountries:SearchPlaceIndexForTextSummary'
, searchPlaceIndexForTextSummary_filterCountries
- Contains the country filter entered in the geocoding request.
$sel:maxResults:SearchPlaceIndexForTextSummary'
, searchPlaceIndexForTextSummary_maxResults
- Contains the maximum number of results indicated for the request.
$sel:dataSource:SearchPlaceIndexForTextSummary'
, searchPlaceIndexForTextSummary_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:text:SearchPlaceIndexForTextSummary'
, searchPlaceIndexForTextSummary_text
- The address, name, city or region to be used in the geocoding request.
In free-form text format. For example, Vancouver
.
searchPlaceIndexForTextSummary_filterBBox :: Lens' SearchPlaceIndexForTextSummary (Maybe (NonEmpty Double)) Source #
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request.
searchPlaceIndexForTextSummary_resultBBox :: Lens' SearchPlaceIndexForTextSummary (Maybe (NonEmpty Double)) Source #
A bounding box that contains the search results within the specified
area indicated by FilterBBox
. A subset of bounding box specified using
FilterBBox
.
searchPlaceIndexForTextSummary_biasPosition :: Lens' SearchPlaceIndexForTextSummary (Maybe (NonEmpty Double)) Source #
Contains the coordinates for the bias position entered in the geocoding request.
searchPlaceIndexForTextSummary_filterCountries :: Lens' SearchPlaceIndexForTextSummary (Maybe (NonEmpty Text)) Source #
Contains the country filter entered in the geocoding request.
searchPlaceIndexForTextSummary_maxResults :: Lens' SearchPlaceIndexForTextSummary (Maybe Natural) Source #
Contains the maximum number of results indicated for the request.
searchPlaceIndexForTextSummary_dataSource :: Lens' SearchPlaceIndexForTextSummary 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.
searchPlaceIndexForTextSummary_text :: Lens' SearchPlaceIndexForTextSummary Text Source #
The address, name, city or region to be used in the geocoding request.
In free-form text format. For example, Vancouver
.