Commit 734a8b3d authored by Chris Scott's avatar Chris Scott

docs

parent a64bd8d6
......@@ -8,7 +8,13 @@ Follows the [Cordova Plugin spec](https://github.com/apache/cordova-plugman/blob
This plugin leverages Cordova/PhoneGap's [require/define functionality used for plugins](http://simonmacdonald.blogspot.ca/2012/08/so-you-wanna-write-phonegap-200-android.html).
## Using the plugin ##
The plugin creates the object `window.plugins.backgroundGeoLocation` with the methods `configure(success, fail, option)`, `start(success, fail)` and `stop(success, fail).
The plugin creates the object `window.plugins.backgroundGeoLocation` with the methods
`configure(success, fail, option)`,
`start(success, fail)`
`stop(success, fail)`.
## Installing the plugin ##
......
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