public static interface Circle.Builder extends SdkPojo, CopyableBuilder<Circle.Builder,Circle>
| Modifier and Type | Method and Description |
|---|---|
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 |
center(Double... center)
A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form
[longitude, latitude]. |
Circle.Builder |
radius(Double radius)
The radius of the circle in meters.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCircle.Builder center(Collection<Double> center)
A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form
[longitude, latitude].
center - A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form
[longitude, latitude].Circle.Builder center(Double... center)
A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form
[longitude, latitude].
center - A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form
[longitude, latitude].Circle.Builder radius(Double radius)
The radius of the circle in meters. Must be greater than zero and no larger than 100,000 (100 kilometers).
radius - The radius of the circle in meters. Must be greater than zero and no larger than 100,000 (100
kilometers).Copyright © 2023. All rights reserved.