Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Geofences are geographical zones used to track device movement. The platform generates an event when BikeTrax enters or exits these zones.

Geometry

There are three supperted geometry types:

Circle

Polygon

Polyline

The distance around a polyline geofence where BikeTrax is considered "inside the geofence" is set to 25 meters.

Permissions

The geofences relationships with other objects is very flexible:

  • Linked to a device: server will monitor device entering and exiting that geofence.

  • Linked to a group: server will monitor all devices in that group entering and exiting the geofence.

If a user has access to a geofence, it means that the user can edit/remove the geofence and can subscribe to the geofence events.

Calendars

Calendars can be linked to geofences. This will limit events generation to the calendar schedule.

Tips and Tricks

Color of a geofence on the map can be set in the geofence attribute color. Any valid HTML colors are accepted.

If you need to control the BikeTrax movement along a pre-defined route, you can use a polyline geofence. Also, if you need to control when BikeTrax started and ended the route, you can add additional geofences at the source and at the destination.

  • No labels