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.
Just to be sure I understand your request, are you referring to something akin to Apple Maps’ flyover feature? Or something like the animation shown here?
Something like this would be accomplished in MapKit with MKMapCamera and a series of them spun off on delays, chaining together independent animations.
I wonder if we could do better.
What about once we have the camera API complete, allowing for passing a waypoint-esque property with multiple points along the path, plus durations.
Alternatively, we could do a JS-style callback mechanism, chaining completion blocks, similar to a UIView animation block.
Is there some way to emulate flyover from point A at zoom X to point B at zoom Y?
The text was updated successfully, but these errors were encountered: