GeofencingPropertiesKeys

Use the following keys in the properties of your GeoJSON Feature to configure geofencing engine per Feature. For example: { "geometry":{"coordinates":11.7846331,48.3527223,"type":"Point"}, "properties":{"MBX_GEOFENCE_DWELL_TIME":10, "MBX_GEOFENCE_POINT_RADIUS":100}, "type":"Feature" }

Properties

Link copied to clipboard

Key value for setting dwell time (in minutes) in Feature properties. The dwell time must be positive and bigger than 1 minute.

Link copied to clipboard

Key value for setting the monitoring radius (in meters) in Feature properties for a point geometry. The value is rounded to full meters.