This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update GPS marker after renderSync #2668
Comments
ljbade
pushed a commit
that referenced
this issue
Oct 19, 2015
Closed the original PR, implemented this as part of #2670 |
ljbade
pushed a commit
that referenced
this issue
Oct 20, 2015
ljbade
pushed a commit
that referenced
this issue
Oct 20, 2015
I created a branch with many performance fixes including proper GPS marker sync in the @tobrun You might want to give the branch a test. It still runs at 30fps however so further work will be needed. |
ljbade
pushed a commit
that referenced
this issue
Oct 22, 2015
Draws animated and synced GPS marker. Inlcudes direction arrow and accuracy ring. Fade out the compass after a delay when reset to north. Lots of other performance and memory improvements. add OnMyLocationChangeListener Move FAB with snackbar Fix getMetersPerPixelAtLatitude Fix some incorrect annotations Fixes #2668 Fixes #2411 Fixes #2678 Fixes #2675 Fixes #2566 Fixes #2549 Fixes #2692 Fixes #2572
AndwareSsj
pushed a commit
to AndwareSsj/mapbox-gl-native
that referenced
this issue
Nov 6, 2015
Draws animated and synced GPS marker. Inlcudes direction arrow and accuracy ring. Fade out the compass after a delay when reset to north. Lots of other performance and memory improvements. add OnMyLocationChangeListener Move FAB with snackbar Fix getMetersPerPixelAtLatitude Fix some incorrect annotations Fixes mapbox#2668 Fixes mapbox#2411 Fixes mapbox#2678 Fixes mapbox#2675 Fixes mapbox#2566 Fixes mapbox#2549 Fixes mapbox#2692 Fixes mapbox#2572
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While investigating why the GPS marker does not sync with the map in #2049 I notice the order we update the GPS marker and call
renderSync
is reversed from iOS.The text was updated successfully, but these errors were encountered: