Top "Mkpointannotation" questions

MKPointAnnotation is a specific part of Apple's general MapKit system.

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
iOS : Swift - How to add pinpoint to map on touch and get detailed address of that location?

I want to add annotation on touch of iOS map and fetch the detailed address (Placemark) of respective location. How …

ios swift dictionary mkannotation mkpointannotation
MKPointAnnotations touch event in swift

I would like to know if anyone can tell me how I can touch a pin on the map in …

swift view mapkit mkpointannotation
how to set up array for multi annotations with swift

How should the array below be set. Im trying to add multiple annotations onto my map. I was able to …

ios arrays swift mkannotation mkpointannotation
Swift MKPointAnnotation custom Image

I try to create a custom "badget" for my MKPointAnnotation in swift, but it fails as MKPointAnnotation does not have …

ios swift mapkit mkpointannotation
Swift 3 - MKPointAnnotation custom Image

This is my code and i want to add a custom pin (.png file) instead of the red pin. I …

ios swift mapkit mkpointannotation
Identify MKPointAnnotation in mapView

I have at least 100 diferents Points ... how can associate each point with the position in my 'listOfPoints' assigning a tag …

swift mapkit mkpointannotation
MKPointAnnotation won't change colors

I need to change the color for an MKPointAnnotation object, but the method I wrote seems to only generate red …

ios mkpointannotation