Method: Aws::LocationService::Types::SearchPlaceIndexForPositionSummary#data_source

Defined in:
lib/aws-sdk-locationservice/types.rb

#data_sourceString

The geospatial data provider attached to the place index resource specified in the request. Values can be one of the following:

  • Esri

  • Grab

  • Here

For more information about data providers, see [Amazon Location Service data providers].

[1]: docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html

Returns:

  • (String)


5807
5808
5809
5810
5811
5812
5813
5814
# File 'lib/aws-sdk-locationservice/types.rb', line 5807

class SearchPlaceIndexForPositionSummary < Struct.new(
  :position,
  :max_results,
  :data_source,
  :language)
  SENSITIVE = [:position]
  include Aws::Structure
end