Uses of Class
software.amazon.awssdk.services.location.model.Circle
-
Packages that use Circle Package Description software.amazon.awssdk.services.location.model -
-
Uses of Circle in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return Circle Modifier and Type Method Description CircleGeofenceGeometry. circle()A circle on the earth, as defined by a center point and a radius.Methods in software.amazon.awssdk.services.location.model with parameters of type Circle Modifier and Type Method Description GeofenceGeometry.BuilderGeofenceGeometry.Builder. circle(Circle circle)A circle on the earth, as defined by a center point and a radius.
-