_save
Creates or modifies a Geofence.
Parameters
data
An array of several aspects of the chosen Geofence: name max_lat min_lat max_lng min_lng points (radius, type) last_edited cdate
name
The name assigned to the created/saved Geofence
Example
This will set the name of a Geofence with the ID of 2 to 'Test', give it a radius of 250 in a circle shape, and center it around Forthill Park in Enniskillen
Results
On Success
On Failure
If there is no data variable requested or the requested variable is not formatted correctly:
If a new name being given to the Geofence is higher than 50 characters
Last updated