Search code examples
iphonemkmapview

Latitude and Longitude as per mapview


Can anyone tell me that when we scroll or move mkmapview then according to movement can get the lat long from mkmapview ? I want lat long as we move the mapview.


Solution

  • mMapView.centerCoordinate;
    

    will return the center CLLocationCoordinate2D of the map.