Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 6bcfcf3

Browse files
author
radeva
authored
Merge pull request #84 from Liooo/patch-1
Added links about updateTime/minimumUpdateTime in README
2 parents b635155 + 0c60c48 commit 6bcfcf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ geolocation.getCurrentLocation({ desiredAccuracy: Accuracy.high, maximumAge: 500
7070
| --- | --- | --- |
7171
| desiredAccuracy? | Accuracy.high | Specifies desired accuracy in meters. |
7272
| updateDistance | iOS - no filter | Update distance filter in meters. Specifies how often to update the location (ignored on Android). |
73-
| updateTime | 1 minute | Interval between location updates, in milliseconds (ignored on iOS). |
74-
| minimumUpdateTime | 5 secs | Minimum time interval between location updates, in milliseconds (ignored on iOS). |
73+
| updateTime | 1 minute | Interval between location updates, in milliseconds (ignored on iOS). Read more in [Google document](https://developers.google.com/android/reference/com/google/android/gms/location/LocationRequest#setInterval(long)).|
74+
| minimumUpdateTime | 5 secs | Minimum time interval between location updates, in milliseconds (ignored on iOS). Read more in [Google document](https://developers.google.com/android/reference/com/google/android/gms/location/LocationRequest#setFastestInterval(long)).|
7575
| maximumAge | - | How old locations to receive in ms. |
7676
| timeout | 5 minutes | How long to wait for a location in ms. |
7777
| iosAllowsBackgroundLocationUpdates | false | If enabled, UIBackgroundModes key in info.plist is required (check the hint below). Allow the application to receive location updates in background (ignored on Android) |

0 commit comments

Comments
 (0)