Uses of Interface
software.amazon.awssdk.services.location.model.Circle.Builder
-
Packages that use Circle.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of Circle.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return Circle.Builder Modifier and Type Method Description static Circle.BuilderCircle. builder()Circle.BuilderCircle.Builder. center(Double... center)A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form[longitude, latitude].Circle.BuilderCircle.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.BuilderCircle.Builder. radius(Double radius)The radius of the circle in meters.Circle.BuilderCircle. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type Circle.Builder Modifier and Type Method Description static Class<? extends Circle.Builder>Circle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.location.model with type arguments of type Circle.Builder Modifier and Type Method Description default GeofenceGeometry.BuilderGeofenceGeometry.Builder. circle(Consumer<Circle.Builder> circle)A circle on the earth, as defined by a center point and a radius.
-