| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
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.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 country, or an area that's part of a larger region.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Place.Builder> |
Place.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchForPositionResult.Builder |
SearchForPositionResult.Builder.place(Consumer<Place.Builder> place)
Details about the search result, such as its address and position.
|
default SearchForTextResult.Builder |
SearchForTextResult.Builder.place(Consumer<Place.Builder> place)
Details about the search result, such as its address and position.
|
Copyright © 2022. All rights reserved.