I have a MKMapView. I need to add a circle as a radius around the annotation (say 1km out from the position).
I would have assumed this is some form of MKAnnotation, but I can’t find anything in the documentation that explains this. Does anyone know how this is done?
You need to create an
MKCircleoverlay and set its center coordinate to the same as the annotation.For example: