i have been throtting through the iOS 6.0 Map documentation, but I am unable to find any way to define a max zoom on the MKMapView.
Have anyone found a way to do this ? I had a method that worked on the 5.1.1 maps, but it listenes to zoomScale
, which the modern map doesn't have (making the app crash in the new iOS)
Any help would be highly appreciated.