I think the name is quite explanatory. Currently, when I add the default annotation for the current location:
let currentAnnot = MKPointAnnotation() currentAnnot.coordinate = loc.coordinate mainMap.addAnnotation(currentAnnot)
It gives me a red pin. I want the same blue dot with a light blue field that the Apple iPhone Maps app uses by default. Is there a special name for this and how to add it?
source share