iosobjective-cmkmapviewmapkitmkoverlay

Round selection of location on the MKMapView


I want to implement a circular selection (with center and radius) on the MKMapView like it looks on the screenshot below. Should be possible to move the selection pulling the green pointer and change circle radius pulling the dark gray pointer.

What the best way to implement it? Maybe there's already some solution?

I would be grateful for any help.

enter image description here


Solution

  • I have not found ready-made solution for select circular map region from MKMapView. So I created own component to do that. https://github.com/d0ping/DBMapSelectorViewController