| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
Circle |
Circle.clone() |
Circle |
GeofenceGeometry.getCircle()
A circle on the earth, as defined by a center point and a radius.
|
Circle |
Circle.withCenter(Collection<Double> center)
A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form
[longitude, latitude]. |
Circle |
Circle.withCenter(Double... center)
A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form
[longitude, latitude]. |
Circle |
Circle.withRadius(Double radius)
The radius of the circle in meters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeofenceGeometry.setCircle(Circle circle)
A circle on the earth, as defined by a center point and a radius.
|
GeofenceGeometry |
GeofenceGeometry.withCircle(Circle circle)
A circle on the earth, as defined by a center point and a radius.
|
Copyright © 2023. All rights reserved.