Setting MKMapView Zoom level to a locality
问题 I wish to set the zoom level (OR set region) of MKMapView such that I can show a locality. Elaborating my context with an example. I have a location (CLLocation *) of which I found out the locality using CLGeocoder (reverse geocoding). Now, say the locality is 'Cupertino, CA' area. How do I find the region that completely encloses Cupertino in MKMapView? Thank you. 回答1: Create MKCoordinateRegion object and set map view region for that: CLLocationCoordinate2D location =