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}, "type":"Feature" }

Properties

Link copied to clipboard
val DWELL_TIME_KEY: String = "MBX_GEOFENCE_DWELL_TIME"
Key value for setting dwell time (in minutes) in Feature properties.