Skip to content

Commit 1c58378

Browse files
committed
removing provider useless picture
1 parent 5c6360e commit 1c58378

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PROVIDERS.md

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ This is classic provider, originally from cristocracy. It's best to use this one
1010

1111
This one is best to use as foreground location provider (but works in background as well). It uses Android FusedLocationProviderApi and ActivityRecognitionApi for maximum battery saving. This provider is alternative to w3c ```window.navigator.watchPosition```, but you're in control how often should updates be polled from GPS. Slower updates means lower battery consumption. You can adjust position update interval by settings options ```interval``` and ```fastestInterval```. Option ```fastestInterval``` is used, when there are other apps asking for positions. In that case your app can be updated more often and ```fastestInterval``` is the upper limit of how fast can your app process location updates. Option ```activitiesInterval``` specifies how often activity recognition occurs. Larger values will result in fewer activity detections while improving battery life. Smaller values will result in more frequent activity detections but will consume more power since the device must be woken up more frequently
1212

13-
Example: interval set to 30s and fastestInterval to 5s.
14-
![Example: interval set to 30s and fastestInterval to 5s.](https://github.com/mauron85/cordova-plugin-background-geolocation/blob/master/fused-location-interval-30-fastest-5.png)
15-
1613
### RAW_PROVIDER
1714

1815
This provider doesn't do any location processing, but rather returns locations as recorded by device sensors.

0 commit comments

Comments
 (0)