| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
Place |
Place.clone() |
Place |
SearchForTextResult.getPlace()
Details about the search result, such as its address and position.
|
Place |
SearchForPositionResult.getPlace()
Details about the search result, such as its address and position.
|
Place |
Place.withAddressNumber(String addressNumber)
The numerical portion of an address, such as a building number.
|
Place |
Place.withCountry(String country)
A country/region specified using ISO 3166 3-digit
country/region code.
|
Place |
Place.withGeometry(PlaceGeometry geometry) |
Place |
Place.withInterpolated(Boolean interpolated)
True if the result is interpolated from other known places. |
Place |
Place.withLabel(String label)
The full name and address of the point of interest such as a city, region, or country.
|
Place |
Place.withMunicipality(String municipality)
A name for a local area, such as a city or town name.
|
Place |
Place.withNeighborhood(String neighborhood)
The name of a community district.
|
Place |
Place.withPostalCode(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 |
Place.withRegion(String region)
A name for an area or geographical division, such as a province or state name.
|
Place |
Place.withStreet(String street)
The name for a street or a road to identify a location.
|
Place |
Place.withSubRegion(String subRegion)
A country, or an area that's part of a larger region.
|
Place |
Place.withTimeZone(TimeZone timeZone)
The time zone in which the
Place is located. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchForTextResult.setPlace(Place place)
Details about the search result, such as its address and position.
|
void |
SearchForPositionResult.setPlace(Place place)
Details about the search result, such as its address and position.
|
SearchForTextResult |
SearchForTextResult.withPlace(Place place)
Details about the search result, such as its address and position.
|
SearchForPositionResult |
SearchForPositionResult.withPlace(Place place)
Details about the search result, such as its address and position.
|
Copyright © 2022. All rights reserved.