| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static Circle.Builder |
Circle.builder() |
Circle.Builder |
Circle.Builder.center(Collection<Double> center)
A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form
[longitude, latitude]. |
Circle.Builder |
Circle.Builder.center(Double... center)
A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form
[longitude, latitude]. |
Circle.Builder |
Circle.Builder.radius(Double radius)
The radius of the circle in meters.
|
Circle.Builder |
Circle.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Circle.Builder> |
Circle.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GeofenceGeometry.Builder |
GeofenceGeometry.Builder.circle(Consumer<Circle.Builder> circle)
A circle on the earth, as defined by a center point and a radius.
|
Copyright © 2023. All rights reserved.