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 am using the Mapbox Flutter package to develop an app where users can record their location. However, I have encountered a synchronization issue between Mapbox and the package I use for location recording.
The problem is that the location displayed by Mapbox is often a few meters behind the recorded location when the user is driving or walking. This creates an awkward experience because the recorded track is displayed correctly, but the location puck lags behind, causing confusion.
I’ve tried providing the recorded location directly to the map but haven’t found a working solution.
Has anyone else faced a similar issue or found a way to resolve this? Any guidance or suggestions would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @Mojo1917, currently location indicator position is interpolated on platform side, this is not configurable and there is currently not way to subscribe to interpolated location updates.
Since you are already receiving and propagating location updates to the map to display the recorded track, I think a way forward for you would be to use LocationIndicatorLayer to display location indicator, this way you should be able to synchronize the position of the location indicator and the recorded track.
Hello everyone,
I am using the Mapbox Flutter package to develop an app where users can record their location. However, I have encountered a synchronization issue between Mapbox and the package I use for location recording.
The problem is that the location displayed by Mapbox is often a few meters behind the recorded location when the user is driving or walking. This creates an awkward experience because the recorded track is displayed correctly, but the location puck lags behind, causing confusion.
I’ve tried providing the recorded location directly to the map but haven’t found a working solution.
Has anyone else faced a similar issue or found a way to resolve this? Any guidance or suggestions would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: