The plugin now includes native geofencing features. You may add, remove and query the list of monitored geofences from the native plugin. The native plugin will persist monitored geofences and re-initiate them when the app boots or the device is restarted.
The plugin includes native **geofencing** features. You may add, remove and query the list of monitored geofences from the native plugin. The native plugin will persist monitored geofences and re-initiate them when the app boots or the device is restarted.
A monitored geofence will persit until you explicity remove it via `bgGeo.removeGeofence("Home")`.
A monitored geofence **will remain active** until you explicity remove it via `bgGeo.removeGeofence(identifier)`.
#### Geofence Model
...
...
@@ -759,6 +758,7 @@ The native plugin persists monitored geofences between application boots and dev