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:



1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1999

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:



1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1999

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)


1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1999

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)


1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1999

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>)


1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1999

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)


1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1999

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