HI,
I have a Mapview with some marker points + a marker for current location.
Now, what I want to do here is, when user drag or traverse through mapview, I w
Look for theMapView.region.center or theMapView.centerCoordinate (should be the same) in your MapView's delegate -mapView:regionDidChangeAnimated: method.
theMapView.region.center
theMapView.centerCoordinate
-mapView:regionDidChangeAnimated: