Class: Aws::GeoPlaces::Types::RelatedPlace

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb

Overview

Place that is related to the result item.

Constant Summary collapse

SENSITIVE =
[:place_id, :place_type, :title, :position]

Instance Attribute Summary collapse

Instance Attribute Details

#access_pointsArray<Types::AccessPoint>

Position of the access point in World Geodetic System (WGS 84) format: [longitude, latitude].

Returns:



2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 2128

class RelatedPlace < Struct.new(
  :place_id,
  :place_type,
  :title,
  :address,
  :position,
  :access_points)
  SENSITIVE = [:place_id, :place_type, :title, :position]
  include Aws::Structure
end

#addressTypes::Address

The place address.

Returns:



2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 2128

class RelatedPlace < Struct.new(
  :place_id,
  :place_type,
  :title,
  :address,
  :position,
  :access_points)
  SENSITIVE = [:place_id, :place_type, :title, :position]
  include Aws::Structure
end

#place_idString

The PlaceId of the place result.

Returns:

  • (String)


2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 2128

class RelatedPlace < Struct.new(
  :place_id,
  :place_type,
  :title,
  :address,
  :position,
  :access_points)
  SENSITIVE = [:place_id, :place_type, :title, :position]
  include Aws::Structure
end

#place_typeString

A PlaceType is a category that the result place must belong to.

Returns:

  • (String)


2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 2128

class RelatedPlace < Struct.new(
  :place_id,
  :place_type,
  :title,
  :address,
  :position,
  :access_points)
  SENSITIVE = [:place_id, :place_type, :title, :position]
  include Aws::Structure
end

#positionArray<Float>

The position in World Geodetic System (WGS 84) format: [longitude, latitude].

Returns:

  • (Array<Float>)


2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 2128

class RelatedPlace < Struct.new(
  :place_id,
  :place_type,
  :title,
  :address,
  :position,
  :access_points)
  SENSITIVE = [:place_id, :place_type, :title, :position]
  include Aws::Structure
end

#titleString

The localized display name of this result item based on request parameter language.

Returns:

  • (String)


2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 2128

class RelatedPlace < Struct.new(
  :place_id,
  :place_type,
  :title,
  :address,
  :position,
  :access_points)
  SENSITIVE = [:place_id, :place_type, :title, :position]
  include Aws::Structure
end