I\'m familiar with using Google Maps Javascript API. Recently I started using MapKit framework for an iphone project, but I\'m having a hard time to figure out zooming and s
If you prefer using explicit zoom levels instead of defining an MKCoordinateSpan, I wrote a category that adds support for specifying the zoom level of an MKMapView. The code can be found here.