| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
PlaceGeometry |
PlaceGeometry.clone() |
PlaceGeometry |
Place.getGeometry() |
PlaceGeometry |
PlaceGeometry.withPoint(Collection<Double> point)
A single point geometry specifies a location for a Place using WGS 84 coordinates:
|
PlaceGeometry |
PlaceGeometry.withPoint(Double... point)
A single point geometry specifies a location for a Place using WGS 84 coordinates:
|
| Modifier and Type | Method and Description |
|---|---|
void |
Place.setGeometry(PlaceGeometry geometry) |
Place |
Place.withGeometry(PlaceGeometry geometry) |
Copyright © 2024. All rights reserved.