Geofences are geographical zones used to track device movement. The platform generates an event when BikeTrax enters or exits these zones.
1. Creation
Legacy Webapp | Modern Webapp (Option #1) |
|
| |
|
| |
|
| |
Modern Webapp (Option #2) | |
|
| |
|
| |
|
|
Info |
---|
You can create multiple geofences and assign it to multiple trackers. |
...
In order to trigger an event (get an alarm) when a the geofence is entered or exited, you have to assign the BikeTrax to the geofence:
|
| |
|
| |
|
Info |
---|
You will receive a push message via the app when a tracker enters / exits a geofence |
Geometry
There are up to three supperted supported geometry types, depending on the webapp you use:
Circle (Legacy only)
...
Polygon (Both webapps)
...
Polyline (Both webapps)
...
The distance around a polyline geofence where BikeTrax is considered "inside the geofence" is set to 25 meters.
...