Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Add low accuracy visual representation to the puck #372

Closed
1 of 3 tasks
fabian-guerra opened this issue Aug 11, 2020 · 1 comment
Closed
1 of 3 tasks

Add low accuracy visual representation to the puck #372

fabian-guerra opened this issue Aug 11, 2020 · 1 comment
Assignees
Labels

Comments

@fabian-guerra
Copy link
Contributor

fabian-guerra commented Aug 11, 2020

iOS 14 introduced a new accuracy privacy setting. When the MGLLocationManager.accuracyAuthorization is set to reducedAccuracy the puck should acknowledge this change.

Proposed solution: implement a circular location indicator similar to what Apple Maps is doing with configurability (color, opacity, radius default and overrides, etc)

APIs to explore:

When approximate location indicator will be displayed in MGLMapView

showsUserLocation YES
CLAccuracyAuthorizationReducedAccuracy YES

- [ ] Ability to hide / show the indicator This is done through showsUserLocation adding another indicator will cause confusion.

@fabian-guerra
Copy link
Contributor Author

Fixed in #381 tail work been tracked in #385

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants