mapbox-navigation-ios
mapbox-navigation-ios copied to clipboard
Car Keeps Bouncing in turn by turn navigation
My car keeps bouncing out of road lane.. Below is the screenshot for that. I am calling GPS Update location every 5 second for upadting my location. Is it due to calling of an api every 5 seconds?
Hello @nick70007. What do you mean by bouncing? Is it shifted position of the UserCourseView
or something else? Also what API you're calling every 5 seconds?
yes it shifts position and i am calling API every 5 seconds which updates my current location
And also the GPS Lags and turn by turn navigation gets stucked and due to that app gets crashed
i am calling API every 5 seconds which updates my current location
Can you say more? The navigation SDK automatically listens for location updates from Core Navigation, so there should be no need to call any API yourself to determine the user’s location.