This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
-[MGLMapView selectAnnotation:animated:] does not pan map to fit callout view #3249
Labels
Milestone
Comments
This was referenced Sep 6, 2016
Now that #6676 has landed, this is no longer blocked. |
5 tasks
This could just be a matter of calling |
|
Closed
#2600 (comment) illustrates what the fix for this issue might look like inside MGLMapView. |
Closing since this was addressed in #11442 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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:]
’sanimated
parameter 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
The text was updated successfully, but these errors were encountered: