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 has been archived by the owner on Aug 8, 2023. It is now read-only.
-[MGLMapView setCenterCoordinate:zoomLevel:animated:] works fine of course, but I need something less atomic to make #929 work well. Otherwise you have to ensure that zoomLevel appears before latitude or longitude in the storyboard XML. (Interface Builder doesn’t let you rearrange user-defined runtime attributes using the inspector.)
The text was updated successfully, but these errors were encountered:
Declared these IB-specific inspectables in a separate category that developers are not expected to import. Currently these inspectables are order-dependent due to #1181.
Ref #929
The following code takes you to the lovely town of Emerald, Victoria, Australia:
But reverse the two calls and you wind up off the coast of Papua New Guinea:
-[MGLMapView setCenterCoordinate:zoomLevel:animated:]
works fine of course, but I need something less atomic to make #929 work well. Otherwise you have to ensure thatzoomLevel
appears beforelatitude
orlongitude
in the storyboard XML. (Interface Builder doesn’t let you rearrange user-defined runtime attributes using the inspector.)The text was updated successfully, but these errors were encountered: