One of my apps uses the MKMapView at a very high (max) zoomLevel (high detail map)
With the introduction of iOS7, I can't come nearly as close to the map as before.
I am using the mapView setRegion: method for this.
I have been running tests and these are the results:
spans across iOS versions in full screen portrait mode mapview:
iOS 5.1: 140 meters
iOS 6.1: 70 meters
iOS 7.0.3: 281 meters
iOS 7.0.3: 160 meters (if pinched manually!!)
Is there a way to achieve the 160 meters (the max zoomlevel) programmatically on iOS 7.0.3
(I know the horizontal span depends on the lattitude, so the number of meters is just an indication of proportion)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…