Skip to content

Commit 8a6663b

Browse files
committed
Update README.md
1 parent 5eee320 commit 8a6663b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ BackgroundGeoLocation
1515

1616
Cross-platform background geolocation for Cordova / PhoneGap with battery-saving "circular region monitoring" and "stop detection".
1717

18-
![distanceFilter at highway speed](/distance-filter-highway.png "distanceFilter at highway speed")
18+
![distanceFilter at highway speed](/images/distance-filter-highway.png "distanceFilter at highway speed")
1919

2020
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).
2121

@@ -116,7 +116,7 @@ NOTE: The plugin includes `org.apache.cordova.geolocation` as a dependency. You
116116

117117
This plugin hosts a SampleApp in ```example/SampleApp``` folder. This SampleApp contains no plugins so you must first start by adding this plugin
118118

119-
![SampleApp](/android-sample-app.png "SampleApp")
119+
![SampleApp](/images/android-sample-app.png "SampleApp")
120120

121121
```
122122
$ cd example/SampleApp
@@ -191,7 +191,7 @@ When enabled, the plugin will emit sounds for life-cycle events of background-ge
191191
- Acquiring stationary location sound: *[ios]* "tick,tick,tick" sound, *[android]* none
192192
- Stationary location acquired sound: *[ios]* "bloom" sound, *[android]* long tt beep.
193193

194-
![Enable Background Audio](/enable-background-audio.png "Enable Background Audio")
194+
![Enable Background Audio](/images/enable-background-audio.png "Enable Background Audio")
195195

196196
#####`@param {Integer} distanceFilter`
197197

@@ -221,11 +221,11 @@ A gps location will be recorded every 930m
221221

222222
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)
223223

224-
![distanceFilter at highway speed](/distance-filter-highway.png "distanceFilter at highway speed")
224+
![distanceFilter at highway speed](/images/distance-filter-highway.png "distanceFilter at highway speed")
225225

226226
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.
227227

228-
![distanceFilter at city scale](/distance-filter-city.png "distanceFilter at city scale")
228+
![distanceFilter at city scale](/images/distance-filter-city.png "distanceFilter at city scale")
229229

230230
#####`@param {Boolean} stopOnTerminate`
231231
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

Comments
 (0)