Class: Aws::LocationService::Types::SearchPlaceIndexForPositionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::SearchPlaceIndexForPositionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #results  ⇒ Array<Types::SearchForPositionResult> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns a list of Places closest to the specified position.
 - 
  
    
      #summary  ⇒ Types::SearchPlaceIndexForPositionSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains a summary of the request.
 
Instance Attribute Details
#results ⇒ Array<Types::SearchForPositionResult>
Returns a list of Places closest to the specified position. Each result contains additional information about the Places returned.
      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  | 
  
#summary ⇒ Types::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  |