Top "Mkannotationview" questions

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

How to customize the callout bubble for MKAnnotationView?

I'm currently working with the mapkit and am stuck. I have a custom annotation view I am using, and I …

ios objective-c mapkit mkmapview mkannotationview
Draw a circle of 1000m radius around users location in MKMapView

(Using iOS 5 and Xcode 4.2) I have an MKMapView and want to draw a circle of 1000m radius around the user …

ios ios5 mkmapview mkannotationview mkoverlay
Swift different images for Annotation

I managed to get a custom icon for a annotation pin in Swift, but now I am still stuck using 2 …

ios swift mkmapview mkannotationview mkpointannotation
Swift - Add MKAnnotationView To MKMapView

I'm trying to add MKAnnotationView to MKMapView but I can't do it… Can anyone help me? Here is my code: …

mkmapview swift mkannotation mkannotationview
How to create Custom MKAnnotationView and custom annotation title and subtitle

I need to create above Annotation view on MKMapView. I am able to create the custom annotation view but on …

ios map mkannotation iphone-5 mkannotationview
MKMapview place pin at location (long/lat)

I have latitude and long values and I need to be able to drop a pin at this location. Can …

objective-c mkmapview mkannotation mkannotationview
iOS refresh annotations on mapview

I have a mapview where the annotation's coordinates are constantly being updated but when I use setCoordinate, the annotation does …

ios annotations mkmapview mkannotation mkannotationview
Custom pin image in annotationView in iOS

I'm trying to change from Swift 1.2 to Swift 2.0 and I'm at the end of the changes. Currently I'm making changes …

ios swift mkmapview mkannotationview
Customize the MKAnnotationView callout

I want to create a custom MKAnnotationView callout as shown in this image. I have tested several solutions but they …

iphone ios ipad mkmapview mkannotationview
MKMapView moving Annotations Automatically - animate them?

I have a data set of annotations that can update very quickly. At the moment I remove all annotations before …

iphone annotations mkmapview mkannotationview