mkannotation
Add MKAnnotation in UIView, not in MKMapView
It\'s possibile to add an mkannotation in a uiview. I don\'t have (and I don\'t want) a mkmapview, but I want the annotation with the callout in a uiview.[详细]
2023-01-24 23:03 分类:问答Customizing the MKAnnotation Callout bubble
I have a requirement in my application map page. I have to customize the Callout bubbles. I need to add an ima开发者_StackOverflow社区ge, two labels and a button with specific height and width of each[详细]
2023-01-23 16:30 分类:问答MKMapView annotation position update problem
I need to track user current location with realtime refreshrate I have one function with two solutions for that.[详细]
2023-01-23 09:04 分类:问答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 分类:问答Set MKMapView region to center on two annotations
I\'m looking for some help with finishing some code on setting the region on a MKMapView based on the current location annotation and an annotation I have set.[详细]
2023-01-22 08:12 分类:问答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 分类:问答iphone mapview bring first and last annotation to the front
I need some code which can be used outside of the mk* functions. I need to run my custom function to bring the FIRST and LAST markers in an array to the开发者_C百科 front. (so on top of all the other[详细]
2023-01-16 08:09 分类:问答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 分类:问答add listener on iphone sdk maps (mkannotation being called in a strange fashion)
I have a map marker to which I\'开发者_StackOverflowve added an event listener. when I click on the marker, I can get it to NSLog out a message... yet when I then click on the map, it does the same. I[详细]
2023-01-12 09:31 分类:问答