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…
You can do it using the mathematics provided here. And for the code