Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.
See https://www.paws-r-sdk.com/docs/locationservice_put_geofence/ for full documentation.
locationservice_put_geofence(CollectionName, GeofenceId, Geometry)
[required] The geofence collection to store the geofence in.
[required] An identifier for the geofence. For example, ExampleGeofence-1
.
[required] Contains the details to specify the position of the geofence. Can be either a polygon or a circle. Including both will return a validation error.
Each geofence polygon can have a maximum of 1,000 vertices.