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 ...
I have a MKMapView and another class has a thread adding annotations to the MKMapView.
But the problem is, MKMapView.annotations is nonatomic. So while the other class is adding annotations.... It ...
I have been trying to work on a application using the MapKit and MKPolyline.
I have gotten the annotations and paths drawn on the map, however I am trying to change the ...