Commit 2a5a3ee8 authored by Chris Scott's avatar Chris Scott

Update README

parent dc158892
...@@ -18,7 +18,8 @@ The plugin creates the object `window.plugins.backgroundGeoLocation` with the me ...@@ -18,7 +18,8 @@ The plugin creates the object `window.plugins.backgroundGeoLocation` with the me
``` ```
phonegap plugin add https://github.com/christocracy/cordova-plugin-background-geolocation.git phonegap plugin add https://github.com/christocracy/cordova-plugin-background-geolocation.git
``` ```
3. The plugin includes `org.apache.cordova.geolocation` as a dependency. You must enable Cordova's GeoLocation in the foreground and have the user accept Location services by executing `#watchPosition` or `#getCurrentPosition`.
The plugin includes `org.apache.cordova.geolocation` as a dependency. You must enable Cordova's GeoLocation in the foreground and have the user accept Location services by executing `#watchPosition` or `#getCurrentPosition`.
A full example could be: A full example could be:
``` ```
......
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