Zoom MKMapView to CLRegion
问题 I am getting a CLPlacemark using the CLGeocoder on iOS5. Now I would like to take the region (CLRegion object) of a placemark and have my MKMapView zoom to that region, how on earth is this possible? I want the inverse of this, but there seems to be no -locationFromLocationWithDistance: or equivalent method. I'm hoping nobody says you have to use the Haversine formula in reverse because that looks a tad complicated... 回答1: Or, instead of all that math, just use the methods provided for this