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 was archived by the owner on Aug 8, 2023. It is now read-only.
If you call mbgl::Map::flyTo with a zero duration, then it shortcuts to jumpTo and then easeTo with default (empty) AnimationOptions, meaning that the AnimationOptions.transitionFinishFn will not get called.
The transitionFinishFn should be passed through to easeTo.
(On iOS this results in any passed completion handler not being called).
Tested in ios-v5.3.0-beta.1 (detected during testing of #15122)
If you call
mbgl::Map::flyTowith a zero duration, then it shortcuts tojumpToand theneaseTowith default (empty)AnimationOptions, meaning that theAnimationOptions.transitionFinishFnwill not get called.The
transitionFinishFnshould be passed through toeaseTo.(On iOS this results in any passed completion handler not being called).
Tested in ios-v5.3.0-beta.1 (detected during testing of #15122)