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
Expose MGLMapView's zoomToSouthWestCoordinate:northEastCoordinate:animated: method in public header #1775
Comments
Ah, thanks, understood. Do you know when this is planned for? It's my last issue with an |
For what it's worth, here is the workaround I've been using. This one zooms to fit the current annotations, but as part of the process calculates SW and NE bounds. Adjust the
|
@picciano amazing, thanks! |
Great, thanks!
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a reason for not exposing
MGLMapView
'szoomToSouthWestCoordinate:northEastCoordinate:animated:
method publicly? It's very useful to have.(As an aside, being able to also pass a
UIEdgeInsets
to pad the zoomed area would be amazingly useful!)The text was updated successfully, but these errors were encountered: