flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

[iOS 14] Approximate location

Open renefloor opened this issue 3 years ago • 1 comments

🚀 Feature Requests

In iOS 14, when you prompt for location permissions, the user can toggle between Precise: On (precise location) and Precise: Off (approximate location). Precise location is the default. https://radar.io/blog/understanding-approximate-location-in-ios-14

Contextualize the feature

The permission for location should be adapted, it should not only give (not) allowed, but also whether you have precise location or not.

Related ticket: Baseflow/flutter-geolocator/issues/736

Platforms affected (mark all that apply)

  • [X] :iphone: iOS
  • [ ] :robot: Android

renefloor avatar May 19 '21 07:05 renefloor

This issue is the iOS counterpart of #559.

JeroenWeener avatar Aug 30 '23 14:08 JeroenWeener