How to get the Zoom Levels and Lat and Long values of the Map when Zoom in/out.
        Posted  
        
            by 
                ChandraSekhar
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ChandraSekhar
        
        
        
        Published on 2010-08-19T06:15:22Z
        Indexed on 
            2011/06/30
            8:22 UTC
        
        
        Read the original article
        Hit count: 300
        
objective-c
|iphone-sdk-4.0
I am implement an application based on the MapKit using iphone sdk.I just now a method to get the event when we drag, zoom in/out on the map. The method is as like this
- (void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated
 
Now I need to get the following bullets.
1.TopLeft's and Bottom Right's Latitude and longitude values. 2.Center of the Map. 3.zoom level.
Please give me suggessions to solve the above 3 use cases.
Thanks in Advance, Sekhar Bethalam.
© Stack Overflow or respective owner