-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
Thanks @maciekish! MGLMapView has a few more gesture recognizers ( |
@1ec5 I added it to the quick zoom, but should rotate and pitch really send this notification? From what i understand they don't really change the actual region? I held off with this until further notice because |
That would be me. 😏 Changing the pitch of the map does change the visible region and it should give a change notification, but I never got around to testing the practical effects of actually sending this notification. |
It changes the visible region - but does it change If i recall correctly it does not, and i would only want notifications when the visibleCoordinateBounds change. Otherwise it's not of much use because it will say "hey, something changed" but not what the new values are. |
I have a same problem. Will this be merged shortly? |
Rotating by 45° does expand the visible coordinate bounds a bit. Tilting the map should alter the visible coordinate bounds but currently does not, due to #2259. |
Thanks for the PR and your patience – tracking as #2700 now. |
This is incorrect, no?
UIGestureRecognizerStateChanged
should yieldMapChangeRegionIsChanging
and not untilUIGestureRecognizerStateEnded
should you getMapChangeRegionDidChangeAnimated
.