I know this is basic stuff but the documentation online is thin. I am new to Apple Mapkit and I am trying to create a simple annotation with a glyphImage
overlay. I have the annotation working, but when I try to set the glyphImage
the map blows up. The code I am using is:
testAnnotation.glyphImage = UIImage(named: "/public/img/site/tester.png");
What am I doing wrong here?