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
iOS 14 introduces the option for users to authorize a precise location when giving location permissions. If the user has chosen non-precise location and we need it, such as for navigating, we can ask for one time permission. This PR adds a parameter to locateFromGPS() to indicate whether .fullAccuracy is needed for a task (default is set to .reducedAccuracy). If user has not given precise location, it will ask for a one time permission. https://developer.apple.com/wwdc20/10660
iOS 14 introduces the option for users to authorize a precise location when giving location permissions. If the user has chosen non-precise location and we need it, such as for navigating, we can ask for one time permission. This PR adds a parameter to locateFromGPS() to indicate whether .fullAccuracy is needed for a task (default is set to .reducedAccuracy). If user has not given precise location, it will ask for a one time permission.
https://developer.apple.com/wwdc20/10660
Inspired from PR #295
The text was updated successfully, but these errors were encountered: