mkannotationview
Problem with MKAnnotation image property in Objective-C
I am implementing a MKMapView based application. In that I am using a custom image instead of displaying a pin by using MKAnnotationView.Image property.[详细]
2023-01-22 18:44 分类:问答Can I reposition an MKAnnotationView that's already been placed on a MKMapView?
Every few seconds I\'m retrieving an updated lat and lon for a real-world object that is in motion.This object is represented on my MKMapView by an MKAnnotationView.[详细]
2023-01-22 10:55 分类:问答Can't seem to remove any annotations
I have some pins that the user can add. In the callout there is a button. When the user presses the button, I want a new pin to drop in that location, and I want to get rid of the pin that the user p[详细]
2023-01-21 13:44 分类:问答iOs why must I implement setCoordinate to have my Annotation move in MKMapKit?
I am writing an iPad application (os 3.2) which uses MKMapKit to display moving annotations on the map.Information is retrieved via XML from three different sources and collated together in my Annotat[详细]
2023-01-20 08:12 分类:问答How to resize callout bubble after resetting title/subtitle
I created an MKAnnotation name PushPin which has a title and subtitle.I want to be able to dynamically change the title at a later time.I\'m close so I\'d rather not have to make a whole new Annotatio[详细]
2023-01-19 18:20 分类:问答iphone mkannotationview strange problem - possibly being reused
I\'ve just found a strange issue with my sub classed mkannotationview. When I add the first 5 markers, they all work perfectly. In the mkannotationview sub class, I NSLog a message which I see 5 time[详细]
2023-01-13 20:02 分类:问答MKAnnotationView drawRect: not getting called
I\'ve implemented a custom annotation derived from MKAnnotation called ContainerAnnotation and a custom annotation view derived from MKAnnotationView with a drawRect: method called ContainerAnnotation[详细]
2023-01-13 13:17 分类:问答How to remove annotations added as MKAnnotationView objects
I am new to using MapKit framework. I am adding an image to MKAnnotationView object at specific lat-long pair on map, say at (latA, longA).[详细]
2023-01-06 09:26 分类:问答MKMapView: Bring some annotation views above others?
I have an MKAnnotationView subclass called ImageAnnotationView.It basically displays an image on the map.I want the regular MKAnnotationView views (the default pins) to appear above the ImageAnnotatio[详细]
2023-01-02 14:00 分类:问答iphone annotations pins and buttons
Can anyone help me on how to use the - (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control {[详细]
2023-01-02 02:39 分类:问答