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: geolocator/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,6 @@ When using the `requestTemporaryFullAccuracy({purposeKey: "YourPurposeKey"})` me
121
121
The second key (in this example called `YourPurposeKey`) should match the purposeKey that is passed in the `requestTemporaryFullAccuracy()` method. It is possible to define multiple keys for different features in your app. More information can be found in Apple's [documentation](https://developer.apple.com/documentation/bundleresources/information_property_list/nslocationtemporaryusagedescriptiondictionary).
122
122
123
123
> NOTE: the first time requesting temporary full accuracy access it might take several seconds for the pop-up to show. This is due to the fact that iOS is determining the exact user location which may take several seconds. Unfortunately this is out of our hands.
124
-
</details>
125
124
126
125
On iOS 16 and above you need to specify `UIBackgroundModes``location` to receive location updates in the background.
127
126
@@ -131,6 +130,7 @@ On iOS 16 and above you need to specify `UIBackgroundModes` `location` to receiv
0 commit comments