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.
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
I need to track user current location with realtime refreshrate I have one function with two solutions for that.
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.
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.
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
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
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
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
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