I figured I would ask this before doing it the hard way. I've Googled and StackOverflowed around and can't find anything. MapKit is good at drawing region shapes on an MKMapView, and CoreLocation is good at telling you straight distance from CLLocation to CLLocation, but neither is exactly what I need.
I basically want to be able to drop a point on a map with a 10 meter radius, and know if there's anything already there (which would also have a 10m radius) and would intersect the area of the second dropped thing. I want to be able to get a total area of all of these points in square meters, which is easy, but with correction for overlapping circles.
Thanks for your help SO.