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 Jun 21, 2023. It is now read-only.
Flying to an MGLMapCamera does not respect insets as expected on SDK version 5.6.0+.
Minimal reproducible code:
let camera = mapView.cameraThatFitsCoordinateBounds(bound, edgePadding: UIEdgeInsets(top: 200, left: 0, bottom: 0, right: 0))
mapView.fly(to: camera, completionHandler: nil)
Expected behavior: zooms to the specified location in the bottom third of the screen. (This works properly on SDK version 5.5.0)
Observed behavior: zooms to the specified location dead center on the screen.