Commit 88e618db authored by Chris Scott's avatar Chris Scott

Update README.md

parent aa7dffae
......@@ -685,11 +685,10 @@ The underlying GeoLocator you can choose to use 'DesiredAccuracy' or 'DesiredAcc
# Geofence Features
![Geofence Features](https://www.dropbox.com/s/609iibr6ofzoq7p/Screenshot%202015-06-06%2017.05.33.png?dl=1)
![Add Geofence](https://www.dropbox.com/s/9qif3rvznwkbphd/Screenshot%202015-06-06%2017.12.41.png?dl=1)
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
});
}
});
```
## Licence ##
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment