MKMapViewDelegate is a protocol that describes events originating from an MKMapView.
MKMapViewDelegate
is a protocol that describes events originating from an MKMapView
. Interested classes can get messages for changes to the map's annotations, overlays, visible region, and user location updates.
For more information, see the Apple Documentation for MKMapViewDelegate
.