Geofences
Geofences are designated geographic areas that you can define. Once created, these areas can trigger geofence entry ("geofence in") and geofence exit ("geofence out") events. When a tracker enters or exits the defined area, the corresponding event is emitted.
Our API uses the POLYGON method to define geofences. You must ensure that the polygon coordinates accurately map to the intended area during creation.
Example of a polygon geofence:
Geofences can also be updated after creation.
Last updated