Indicate reduced accuracy location mode #2555
Labels
feature
New feature request.
topic: location
UI
Work related to visual components, Android Auto, Camera, 3D, voice, etc.
Milestone
Starting in iOS 14, the system Location Services prompt will offer the user an option to share only crude location updates with the application. Reduced accuracy is unlikely to be quite as useful for turn-by-turn navigation as full accuracy, though it might be a valid use case for free-driving, depending on the application.
mapbox/mapbox-gl-native-ios#372 tracks adding an accuracy halo to the user puck during course tracking, similar to the halo around the user dot during location or heading tracking. The UserPuckCourseView drawing code is more or less a straight copy of the course mode of the map SDK’s MGLFaux3DUserLocationAnnotationView, so it should be straightforward to keep UserPuckCourseView in sync.
Accurate location tracking is critical to turn-by-turn navigation functionality, so we should revive the “Weak GPS Signal” status bar that was introduced in #490. We can call
NavigationViewController.showStatus(title:spinner:duration:animated:interactive:)
to display that status bar./ref #2554
/cc @mapbox/navigation-ios @mapbox/maps-ios
The text was updated successfully, but these errors were encountered: