You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ BackgroundGeoLocation
15
15
16
16
Cross-platform background geolocation for Cordova / PhoneGap with battery-saving "circular region monitoring" and "stop detection".
17
17
18
-

18
+

19
19
20
20
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).
21
21
@@ -116,7 +116,7 @@ NOTE: The plugin includes `org.apache.cordova.geolocation` as a dependency. You
116
116
117
117
This plugin hosts a SampleApp in ```example/SampleApp``` folder. This SampleApp contains no plugins so you must first start by adding this plugin
@@ -221,11 +221,11 @@ A gps location will be recorded every 930m
221
221
222
222
Note the following real example of background-geolocation on highway 101 towards San Francisco as the driver slows down as he runs into slower traffic (geolocations become compressed as distanceFilter decreases)
223
223
224
-

224
+

225
225
226
226
Compare now background-geolocation in the scope of a city. In this image, the left-hand track is from a cab-ride, while the right-hand track is walking speed.
227
227
228
-

228
+

229
229
230
230
#####`@param {Boolean} stopOnTerminate`
231
231
Enable this in order to force a stop() when the application terminated (e.g. on iOS, double-tap home button, swipe away the app)
0 commit comments