Description
Mapbox Navigation SDK version
main
Steps to reproduce
- Set
navigationMapView.userLocationStyle = .courseView()
. - Start example application and pan map view.
- Observe behavior.
Expected behavior
UserPuckCourseView
shouldn't move to -1.0, -1.0
position.
Actual behavior
UserPuckCourseView
shouldn't move to position: -1.0, -1.0
. For example:
Screen.Recording.2022-06-15.at.3.09.43.PM.mov
Is this a one-time issue or a repeatable issue?
repeatable