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 Aug 8, 2023. It is now read-only.
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#2668Fixes#2411Fixes#2678Fixes#2675Fixes#2566Fixes#2549Fixes#2692Fixes#2572
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
Fixesmapbox#2668Fixesmapbox#2411Fixesmapbox#2678Fixesmapbox#2675Fixesmapbox#2566Fixesmapbox#2549Fixesmapbox#2692Fixesmapbox#2572
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Noticed that onMapChange creates a lot of new
Runnable
object.If we ensure we only call
renderSync
from the UI thread, we can ditch thepost()
.The text was updated successfully, but these errors were encountered: