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
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
This is like kinda increasing the queue of the position and generate delayed movement.
The more you move the heading the more delays you get in movement of location.
Steps to reproduce
Activate heading and move with a location manager for position
Expected behavior
Heading should react, but not generate delays on lat/lon.
Actual behavior
Heading is like flooding the lat/lon and movements are delayed
Hello, I have the same problem with the current version (6.2.1.). I am using followWithHeading tracking mode and custom annotation view (with rotation of image according to true heading) for user position and when the heading is changing, the user location is not updated, but when the heading is stable, the position jumps to the new location. Is there anything I can do to have simultaneous heading and position updates?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seems
didUpdate: heading
introduces delay in rendering fromdidUpdate: location
.Looking at code https://github.com/mapbox/mapbox-gl-native/blob/5c565a5e51be8379ddc2ffb5c859d8cfebe2fcd5/platform/ios/src/MGLMapView.mm#L5954 seems that once heading update has been called, this make a call for location too and this override the list of the location submit so far.
This is like kinda increasing the queue of the position and generate delayed movement.
The more you move the heading the more delays you get in movement of location.
Steps to reproduce
Expected behavior
Heading should react, but not generate delays on lat/lon.
Actual behavior
Heading is like flooding the lat/lon and movements are delayed
Configuration
Mapbox SDK versions: 5.4
iOS/macOS versions: 13.1
Device/simulator models: Simulator and Device
Xcode version: 11.1
The text was updated successfully, but these errors were encountered: