Top "Mkannotationview" questions

MKAnnotationView is part of Apple's Map Kit framework for developing iOS applications.

Customise iOS8 Callout bubble (Swift)

I want to customise the iOS8 MapView Callout bubble which get visualised when clicking on a MKAnnotationView. The Default bubble …

ios8 mkmapview mkannotationview calloutview
iOS Swift MapKit making an annotation draggable by the user?

How do I make it possible, using MapKit in Swift, for the user to drag an annotation from one position …

ios swift mapkit draggable mkannotationview
MKAnnotationView update title and subtitle with distance when event is received

I'm developing an iphone app using mapkit and CLLocationManager. I put lots of MKPinAnnotationView on map (about 100) and I want …

objective-c iphone mapkit mkpinannotationview mkannotationview
MapKit Annotations not showing up on map

I'm having trouble getting the MKAnnotationViews show up on the map in MapKit. I'm using iOS 7, and have now searched …

ios mapkit mkannotation mkannotationview
Custom callout view for MKAnnotation?

The standard callout, a black bubble, is nice, but can this be customized? For instance I would like to make …

iphone objective-c ios mkannotation mkannotationview
MKAnnotationView and tap detection

I have a MKMapView. I added a UITapGestureRecognizer with a single tap. I now want to add a MKAnnotationView to …

ios objective-c mkmapview mkannotation mkannotationview
viewForAnnotation confusion and customizing the pinColor iteratively

The goal is to customize the pin colors per some values stored in an structure array. Per some help here …

ios swift mkannotationview
Why is ViewForAnnotation not called?

I know this question has been asked multiple times, however all of the answers seem slightly different than what is …

ios swift2 mkmapview mkannotationview
how to add custom callout view in mapview

I am new to mapkit in objective-c. I am able to add custom annotation in mapview. i need to place …

iphone objective-c mkmapview mkannotationview
Animate removal of annotations

I have a map and a set of annotations, each with a 'parent' property. Currently when I add annotations I …

objective-c ios mkmapview mkannotation mkannotationview