Skip to content

Instantly share code, notes, and snippets.

@yfujiki
Created February 1, 2012 21:03
Show Gist options
  • Save yfujiki/1719319 to your computer and use it in GitHub Desktop.
Save yfujiki/1719319 to your computer and use it in GitHub Desktop.
Get zoom scale from current map (iOS)
MKZoomScale currentZoomScale = map.bounds.size.width / map.visibleMapRect.size.width;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment