View source: R/locationservice_operations.R
locationservice_put_geofence | R Documentation |
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,
GeofenceProperties = NULL
)
CollectionName |
[required] The geofence collection to store the geofence in. |
GeofenceId |
[required] An identifier for the geofence. For example, |
Geometry |
[required] Contains the details to specify the position of the geofence. Can be a polygon, a circle or a polygon encoded in Geobuf format. Including multiple selections will return a validation error. The geofence polygon format supports a maximum of 1,000 vertices. The Geofence Geobuf format supports a maximum of 100,000 vertices. |
GeofenceProperties |
Associates one of more properties with the geofence. A property is a key-value pair stored with the geofence and added to any geofence event triggered with that geofence. Format: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.