class Aws::LocationService::Types::SearchPlaceIndexForTextSummary
A summary of the geocoding request sent using `SearchPlaceIndexForText`.
@!attribute [rw] bias_position
Contains the coordinates for the bias position entered in the geocoding request. @return [Array<Float>]
@!attribute [rw] data_source
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][1]. [1]: https://docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html @return [String]
@!attribute [rw] filter_b_box
Contains the coordinates for the optional bounding box coordinated entered in the geocoding request. @return [Array<Float>]
@!attribute [rw] filter_countries
Contains the country filter entered in the geocoding request. @return [Array<String>]
@!attribute [rw] max_results
Contains the maximum number of results indicated for the request. @return [Integer]
@!attribute [rw] result_b_box
A bounding box that contains the search results within the specified area indicated by `FilterBBox`. A subset of bounding box specified using `FilterBBox`. @return [Array<Float>]
@!attribute [rw] text
The address, name, city or region to be used in the geocoding request. In free-form text format. For example, `Vancouver`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/SearchPlaceIndexForTextSummary AWS API Documentation
Constants
- SENSITIVE