For an MKMapView overlay, I need to calculate the boundingMapRect for a circle. I have its center coordinate and radius (in meters) - but no idea how to get the corresponding boundingMapRect. As workaround, I create a MKCircle with the same data and use the boundingMapRect from this. But ... that's not elegant, at least.
So: how to calculate a boundingMapRect for a circle with given radius and center?
Then use the answer over here to convert MKCoordinateRegion to MKMapRect Convert MKCoordinateRegion to MKMapRect