Class: Aws::LocationService::Types::SearchPlaceIndexForPositionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-locationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resultsArray<Types::SearchForPositionResult>

Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.

Returns:



5759
5760
5761
5762
5763
5764
# File 'lib/aws-sdk-locationservice/types.rb', line 5759

class SearchPlaceIndexForPositionResponse < Struct.new(
  :summary,
  :results)
  SENSITIVE = []
  include Aws::Structure
end

#summaryTypes::SearchPlaceIndexForPositionSummary

Contains a summary of the request. Echoes the input values for ‘Position`, `Language`, `MaxResults`, and the `DataSource` of the place index.



5759
5760
5761
5762
5763
5764
# File 'lib/aws-sdk-locationservice/types.rb', line 5759

class SearchPlaceIndexForPositionResponse < Struct.new(
  :summary,
  :results)
  SENSITIVE = []
  include Aws::Structure
end