We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UserPuckCourseView
main
navigationMapView.userLocationStyle = .courseView()
UserPuckCourseView shouldn't move to -1.0, -1.0 position.
-1.0, -1.0
UserPuckCourseView shouldn't move to position: -1.0, -1.0. For example:
repeatable
The text was updated successfully, but these errors were encountered:
testMapViewPointForCoordinate
One of the possible fixes can be to hide puck completely if it's outside of the bounding box.
Sorry, something went wrong.
Other solution could be changing userStyle after interaction for example for puck2D
Current issue is a regression after implementing mapbox/mapbox-maps-ios#1195.
MaximAlien
Successfully merging a pull request may close this issue.
Mapbox Navigation SDK version
main
Steps to reproduce
navigationMapView.userLocationStyle = .courseView()
.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
The text was updated successfully, but these errors were encountered: