class Aws::LocationService::Types::Place

Contains details about addresses or points of interest that match the search criteria.

@!attribute [rw] address_number

The numerical portion of an address, such as a building number.
@return [String]

@!attribute [rw] country

A country/region specified using [ISO 3166][1] 3-digit
country/region code. For example, `CAN`.

[1]: https://www.iso.org/iso-3166-country-codes.html
@return [String]

@!attribute [rw] geometry

Places uses a point geometry to specify a location or a Place.
@return [Types::PlaceGeometry]

@!attribute [rw] label

The full name and address of the point of interest such as a city,
region, or country. For example, `123 Any Street, Any Town, USA`.
@return [String]

@!attribute [rw] municipality

A name for a local area, such as a city or town name. For example,
`Toronto`.
@return [String]

@!attribute [rw] neighborhood

The name of a community district. For example, `Downtown`.
@return [String]

@!attribute [rw] postal_code

A group of numbers and letters in a country-specific format, which
accompanies the address for the purpose of identifying a location.
@return [String]

@!attribute [rw] region

A name for an area or geographical division, such as a province or
state name. For example, `British Columbia`.
@return [String]

@!attribute [rw] street

The name for a street or a road to identify a location. For example,
`Main Street`.
@return [String]

@!attribute [rw] sub_region

A country, or an area that's part of a larger region . For example,
`Metro Vancouver`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/Place AWS API Documentation

Constants

SENSITIVE