Class: Aws::GeoPlaces::Types::RelatedPlace
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::RelatedPlace
- Includes:
- Structure
- Defined in:
- 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
-
#access_points ⇒ Array<Types::AccessPoint>
Position of the access point represented by longitude and latitude.
-
#address ⇒ Types::Address
The place address.
-
#place_id ⇒ String
The ‘PlaceId` of the place result.
-
#place_type ⇒ String
A ‘PlaceType` is a category that the result place must belong to.
-
#position ⇒ Array<Float>
The position, in longitude and latitude.
-
#title ⇒ String
The localized display name of this result item based on request parameter ‘language`.
Instance Attribute Details
#access_points ⇒ Array<Types::AccessPoint>
Position of the access point represented by longitude and latitude.
1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1964 class RelatedPlace < Struct.new( :place_id, :place_type, :title, :address, :position, :access_points) SENSITIVE = [:place_id, :place_type, :title, :position] include Aws::Structure end |
#address ⇒ Types::Address
The place address.
1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1964 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_id ⇒ String
The ‘PlaceId` of the place result.
1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1964 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_type ⇒ String
A ‘PlaceType` is a category that the result place must belong to.
1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1964 class RelatedPlace < Struct.new( :place_id, :place_type, :title, :address, :position, :access_points) SENSITIVE = [:place_id, :place_type, :title, :position] include Aws::Structure end |
#position ⇒ Array<Float>
The position, in longitude and latitude.
1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1964 class RelatedPlace < Struct.new( :place_id, :place_type, :title, :address, :position, :access_points) SENSITIVE = [:place_id, :place_type, :title, :position] include Aws::Structure end |
#title ⇒ String
The localized display name of this result item based on request parameter ‘language`.
1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 1964 class RelatedPlace < Struct.new( :place_id, :place_type, :title, :address, :position, :access_points) SENSITIVE = [:place_id, :place_type, :title, :position] include Aws::Structure end |