-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
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
NavigationView can draw route just once time. #624
Comments
Hey @slm is the issue here that you'd like to draw alternative routes in addition to the route being traveled when you begin navigation with |
Hi @danesfeder 2-) After ı remove fragment from activity. And call setNavigation method again with route options my location to Z city.(I checked route options its correct) And show navigationview fragment. But navigation view show route from my location to B city.(First showed route) It's must be my location to Z city. |
@slm It looks like this may be an issue with your Can you verify that the second time the fragment is being added, the |
@danesfeder I checked that issue a lot of times.
these route completely different. Map must show second route. But it's show first route. |
@slm It looks like this was an error involving the route extraction on our side. Once #640 lands, please see if your issue is resolved using the |
Closing this as the original issue was solved. Feel free to open any other issues as you run into them @slm. Thanks again for the feedback here. |
What kind of issue is this?
Navigation SDK Version : 0.8.0
MapBox Sdk : 5.2.1
MapboxServices : 2.2.9
MapboxSdkServices: 3.0.0-beta.1
LocationLayerPlugin: '0.2.0'
NavigationView can draw route just once time. I used navigationView in a fragment in there.
I set route before show that fragment in activity with that setNavigation in that class.
getRoute
I add fragment in activity like that.
The text was updated successfully, but these errors were encountered: