Place.Builder |
Place.Builder.addressNumber(String addressNumber) |
The numerical portion of an address, such as a building number.
|
static Place.Builder |
Place.builder() |
|
Place.Builder |
Place.Builder.categories(String... categories) |
The Amazon Location categories that describe this Place.
|
Place.Builder |
Place.Builder.categories(Collection<String> categories) |
The Amazon Location categories that describe this Place.
|
Place.Builder |
Place.Builder.country(String country) |
A country/region specified using ISO 3166
3-digit country/region code.
|
default Place.Builder |
Place.Builder.geometry(Consumer<PlaceGeometry.Builder> geometry) |
Sets the value of the Geometry property for this object.
|
Place.Builder |
Place.Builder.geometry(PlaceGeometry geometry) |
Sets the value of the Geometry property for this object.
|
Place.Builder |
Place.Builder.interpolated(Boolean interpolated) |
True if the result is interpolated from other known places.
|
Place.Builder |
Place.Builder.label(String label) |
The full name and address of the point of interest such as a city, region, or country.
|
Place.Builder |
Place.Builder.municipality(String municipality) |
A name for a local area, such as a city or town name.
|
Place.Builder |
Place.Builder.neighborhood(String neighborhood) |
The name of a community district.
|
Place.Builder |
Place.Builder.postalCode(String postalCode) |
A group of numbers and letters in a country-specific format, which accompanies the address for the purpose of
identifying a location.
|
Place.Builder |
Place.Builder.region(String region) |
A name for an area or geographical division, such as a province or state name.
|
Place.Builder |
Place.Builder.street(String street) |
The name for a street or a road to identify a location.
|
Place.Builder |
Place.Builder.subRegion(String subRegion) |
A county, or an area that's part of a larger region.
|
Place.Builder |
Place.Builder.supplementalCategories(String... supplementalCategories) |
Categories from the data provider that describe the Place that are not mapped to any Amazon Location
categories.
|
Place.Builder |
Place.Builder.supplementalCategories(Collection<String> supplementalCategories) |
Categories from the data provider that describe the Place that are not mapped to any Amazon Location
categories.
|
default Place.Builder |
Place.Builder.timeZone(Consumer<TimeZone.Builder> timeZone) |
The time zone in which the Place is located.
|
Place.Builder |
Place.Builder.timeZone(TimeZone timeZone) |
The time zone in which the Place is located.
|
Place.Builder |
Place.toBuilder() |
|
Place.Builder |
Place.Builder.unitNumber(String unitNumber) |
For addresses with multiple units, the unit identifier.
|
Place.Builder |
Place.Builder.unitType(String unitType) |
For addresses with a UnitNumber, the type of unit.
|