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
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
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)
iOS 14 introduced a new accuracy privacy setting. When the
MGLLocationManager.accuracyAuthorization
is set toreducedAccuracy
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
- [ ] Ability to hide / show the indicatorThis is done throughshowsUserLocation
adding another indicator will cause confusion.The text was updated successfully, but these errors were encountered: