Commit 603d2771 authored by Chris Scott's avatar Chris Scott

Docs

parent e780fdda
BackgroundGeoLocation BackgroundGeoLocation
============================== ==============================
Cross-platform background geolocation for Cordova / PhoneGap with battery-saving "circular region monitoring" and "stop detection". Cross-platform background geolocation for Cordova with battery-saving "circular region monitoring" and "stop detection".
Follows the [Cordova Plugin spec](https://github.com/apache/cordova-plugman/blob/master/plugin_spec.md), so that it works with [Plugman](https://github.com/apache/cordova-plugman). Follows the [Cordova Plugin spec](https://github.com/apache/cordova-plugman/blob/master/plugin_spec.md), so that it works with [Plugman](https://github.com/apache/cordova-plugman).
...@@ -16,6 +16,8 @@ The plugin creates the object `window.plugins.backgroundGeoLocation` with the me ...@@ -16,6 +16,8 @@ The plugin creates the object `window.plugins.backgroundGeoLocation` with the me
`stop(success, fail)`. `stop(success, fail)`.
`changePace(true) // engages aggressive monitoring immediately (eg "begin workout" for a jogging app) `
## Installing the plugin ## ## 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