I am having some issues with my Mapkit and userlocation events. I need to call a method when the user's location is found, however, using [locationManager startUpdatingLocation];
causes the method to call too early for what I am trying to do.
Ideally, I would like to make a call once the animation of the user location's pin is completed. Is there any way to watch for that?