I have an array of annotations. N开发者_如何学PythonSArray *annotations = [mapView annotations];
I have many UIButton elements on my MKMapView开发者_如何转开发.When the user clicks on a button I get a showDetails notification.But how do I tell which button the user clicked on?The only hack I know
I\'m using MKMapKit to show some search results on a map. I\'m using - (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control
I have a MKMapView that queries a server and displays an array of MKAnnotations when the center is changed but i\'m experiencing the issue of duplicate MKAnnotations since I read them and add them.
Hi i am using goole map API for my application to get the path drawn for my app. But the issues is when i call the following API
I have a detail view that is pushed from a map.I am trying to get the title and subtitle from the annotation to show in the detail view.I can get the title to show in the Navigation bar, but I cannot
My application doesn\'t need location service to constantly monitor user\'s location and I really don\'t want to drain battery, so on startup I get the location, send it to statistics server and call
I have MKmapview with an annotation, the开发者_开发问答n if I push or click a pin of annotation,it will show a CallOut such as title or subtitle. but I want to customize it and input an event, such as
So I\'m pulling my hair out over this one. I\'ve been tracking down a bug in my app. Originally, I was trying to load long / lat coordinates from a database and do a for loop, adding each annotation t
I\'ve tried both this (MKMapView Delegate): -(void) mapView:(MKMapView *)mapView didAddAnnotationViews:(NSArray *)views