mkannotationview
Customizing MKAnnotationView only through subclassed MKMapView?
I\'ve tried both this (MKMapView Delegate): -(void) mapView:(MKMapView *)mapView didAddAnnotationViews:(NSArray *)views[详细]
2023-03-16 20:49 分类:问答Is it possible speed up the drop of annotation in MKMapView?
I have something like 30 annotations in my map and I want speed up the dropping animation. Is it possible spe开发者_StackOverflowed up the drop of annotation in MKMapView or drop all of them at once?[详细]
2023-03-16 14:12 分类:问答Multiple Lines in Subtitle Area of Map Annotation
I currently have an AnnotationDelegate prototyped like so: @synthesize title; @synthesize subtitle; @synthesize coordinate;[详细]
2023-03-14 06:56 分类:问答MKAnnotationView - Lock custom annotation view to pin on location updates
Update #5 I guess it\'s bounty time.100+ views and no one\'s taken a stab, even with the code sample I\'ve posted.How about some reputation points![详细]
2023-03-13 15:58 分类:问答How do I test if a CLLocationCoordinate2D is visible in the current MKMapView?
I have many pins on my map and I want to animate the callout for the most visible pin.How开发者_JAVA技巧 can I check to see if the CLLocationCoordinate2D of a pin is visible or closest to the center?T[详细]
2023-03-12 20:30 分类:问答MKAnnotationView Doesn't Stay In Place When Zooming
I\'m placing custom markers on my map in iOS and I\'m having a problem whereby when the user pinches to zoom in and out, the markers don\'t anchor to where they should.Here\'s the code that adds marke[详细]
2023-03-09 15:22 分类:问答Any way to call a method only when user clicks on an annotation pin?
I only want to execute a method call when the user clicks on a annotation pin on the map. I read the Apple documentation but am still unsure of how I can do it (or if this is even possible).[详细]
2023-03-08 13:33 分类:问答show users location blue point in iPhone MKMapView
I am developing a custom pins in a MapView in my iPhone app. Here is the code: - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id<MKAnnotation>)annotation[详细]
2023-03-07 15:54 分类:问答Multiple Different Sized Annotations on Single MKMapView Map
I\'ve an iPhone app that shows users locations on a map and the goal is that the size of the marker is proportional to the popularity of the location. More popular places get a slightly larger annotat[详细]
2023-03-02 19:59 分类:问答Dragging MKAnnotationView immediately
When you set the draggable property of an MKAnnotationView, the default behavior seems to be: 1) user taps the annotation[详细]
2023-03-02 16:18 分类:问答