Learn R Programming

paws.application.integration (version 0.3.1)

locationservice_put_geofence: 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

Description

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.

Usage

locationservice_put_geofence(CollectionName, GeofenceId, Geometry)

Arguments

CollectionName

[required] The geofence collection to store the geofence in.

GeofenceId

[required] An identifier for the geofence. For example, ExampleGeofence-1.

Geometry

[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.