MKMapView: Getting the relative zoom ratio?
问题 I need to get some kind of scaling factor which tells me by how much the map has zoomed (whenever the region changes). My first idea was to use the span's delta latitude or longitude values. I would keep a track of the 'old' value and then update the value when the map region changes and compare the ratio with the old value. I'm using the following delegate method: - (void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated { // Get the new value CLLocationDegrees newdlat =