MKMapViewDelegate is a protocol that describes events originating from an MKMapView.
I have an MKMapView that's supposed to track the user's location using a custom view (not the blue dot). In …