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.
When YES is passed into -[MKMapView selectAnnotation:animated:], MKMapView automatically pans so that the entire callout view fits in the viewport. Instead, -[MGLMapView selectAnnotation:animated:]’s animated parameter controls whether the callout view fades in.
A fix for this discrepancy may have to wait until we fix #3154 and #2618.
When YES is passed into
-[MKMapView selectAnnotation:animated:], MKMapView automatically pans so that the entire callout view fits in the viewport. Instead,-[MGLMapView selectAnnotation:animated:]’sanimatedparameter controls whether the callout view fades in.A fix for this discrepancy may have to wait until we fix #3154 and #2618.
/cc @incanus @friedbunny