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.
@friedbunny great user annotation work in #2010 brought us an accuracy circle (among other things). But its size should change smoothly with map zoom instead of animated immediately after the zoom finishes.
Should be able to hit this pretty easily inside of -[MGLMapView updateUserLocationAnnotationView].
The text was updated successfully, but these errors were encountered:
Possibly helpful: MGLCircle by way of #2167, which would mean moving at least the non-pulsing (accuracy) circle) to GL-side. Maybe we don't want to do that, but it's an option.
change smoothly with map zoom instead of animated immediately after the zoom finishes
Actually, -[MGLMapView updateUserLocationAnnotationView] does cause the accuracy ring to resize in tandem with the map animation. The change lags behind the map animation because Core Animation applies an implicit animation to any property changes on the user dot’s layers.
@friedbunny great user annotation work in #2010 brought us an accuracy circle (among other things). But its size should change smoothly with map zoom instead of animated immediately after the zoom finishes.
Should be able to hit this pretty easily inside of
-[MGLMapView updateUserLocationAnnotationView]
.The text was updated successfully, but these errors were encountered: