0

How can I use the MKPinAnnotation and add another graphic underneath it? I want to add direction arrows to the pin, not replace the pin with another graphic. Somebody have any ideas / links?

El Dude
  • 5,328
  • 11
  • 54
  • 101

1 Answers1

0

MapKit API doesn't allow this. Try copying the default pin image using something like https://github.com/0xced/iOS-Artwork-Extractor and starting with that.

incanus
  • 5,100
  • 1
  • 13
  • 20