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
Mapbox Navigation SDK version: main
main
To reproduce the issue add code, which allows to change the style. For example:
let timer = Timer.scheduledTimer(timeInterval: 1.0, target: self, selector: #selector(changeStyle), userInfo: nil, repeats: true) timer.fire() @objc func changeStyle() { if styleManager?.currentStyleType == .day { styleManager?.applyStyle(type: .night) } else { styleManager?.applyStyle(type: .day) } }
Route line should not disappear when style changes.
After first change of style route line disappears.
Example: https://user-images.githubusercontent.com/1496498/124120326-803d9a80-da28-11eb-8323-91a0e1b2570c.mov
The text was updated successfully, but these errors were encountered:
MapView
MaximAlien
Successfully merging a pull request may close this issue.
Mapbox Navigation SDK version:
main
Steps to reproduce
To reproduce the issue add code, which allows to change the style. For example:
Expected behavior
Route line should not disappear when style changes.
Actual behavior
After first change of style route line disappears.
Example:
https://user-images.githubusercontent.com/1496498/124120326-803d9a80-da28-11eb-8323-91a0e1b2570c.mov
The text was updated successfully, but these errors were encountered: