Skip to content

Commit 9a1d6a5

Browse files
committed
updating docs
1 parent a11b0d3 commit 9a1d6a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ Configure options:
140140

141141
| Parameter | Type | Platform | Description |
142142
|---------------------------|-------------------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
143+
| `desiredAccuracy` | `Number` | all | Desired accuracy in meters. Possible values [0, 10, 100, 1000]. The lower the number, the more power devoted to GeoLocation resulting in higher accuracy readings. 1000 results in lowest power drain and least accurate readings. @see Apple docs |
143144
| `stationaryRadius` | `Number` | all | Stationary radius in meters. When stopped, the minimum distance the device must move beyond the stationary location for aggressive background-tracking to engage. |
144145
| `debug` | `Boolean` | all | When enabled, the plugin will emit sounds for life-cycle events of background-geolocation! See debugging sounds table. |
145146
| `distanceFilter` | `Number` | all | The minimum distance (measured in meters) a device must move horizontally before an update event is generated. **@see** [Apple docs](https://developer.apple.com/library/ios/documentation/CoreLocation/Reference/CLLocationManager_Class/CLLocationManager/CLLocationManager.html#//apple_ref/occ/instp/CLLocationManager/distanceFilter). |
@@ -253,7 +254,7 @@ backgroundGeolocation.getLocations(
253254
```
254255

255256
### getValidLocations(success, fail)
256-
Platform: Android
257+
Platform: iOS, Android
257258

258259
Method will return locations, which has not been yet posted to server.
259260
NOTE: Locations does contain locationId.

0 commit comments

Comments
 (0)