You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to call this method to draw my routes mapView.show(availableRoutes) but that has been depreciated after I updated. I am having trouble finding the right way to display routes on the most up to date version. Is it my code or mapbox is not working?
The text was updated successfully, but these errors were encountered:
Thanks for sharing this report about the issues you are seeing with your implementation of the Maps and Navigation SDKs. More information is needed to identify the root cause of this issue you are seeing. To more easily share this info, please reach out to our Support team using the contact form linked at the bottom of this page. They can assist you in diagnosing the problem.
As your investigation will continue there I'm going to close out this issue.
Environment
Routes are not displaying on custom Map. I create the map like this. The map is a .globe made in the online editor.
Then I create the route like so
And finally I try to draw it
I used to call this method to draw my routes
mapView.show(availableRoutes)
but that has been depreciated after I updated. I am having trouble finding the right way to display routes on the most up to date version. Is it my code or mapbox is not working?The text was updated successfully, but these errors were encountered: