class Aws::LocationService::Types::SearchPlaceIndexForPositionRequest
@note When making an API call, you may pass SearchPlaceIndexForPositionRequest
data as a hash: { index_name: "ResourceName", # required max_results: 1, position: [1.0], # required }
@!attribute [rw] index_name
The name of the place index resource you want to use for the search. @return [String]
@!attribute [rw] max_results
An optional paramer. The maximum number of results returned per request. Default value: `50` @return [Integer]
@!attribute [rw] position
Specifies a coordinate for the query defined by a longitude, and latitude. * The first position is the X coordinate, or longitude. * The second position is the Y coordinate, or latitude. For example, `position=xLongitude&position=yLatitude` . @return [Array<Float>]
@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/SearchPlaceIndexForPositionRequest AWS API Documentation
Constants
- SENSITIVE