How to get the Zoom Levels and Lat and Long values of the Map when Zoom in/out.
- by ChandraSekhar
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.