Is there a library in for objective-c that will allow me to specify a radius and a location, and a list of locations and tell me which locations are within that radius?
Thanks.
Is there a library in for objective-c that will allow me to specify a
Share
If you have CLLocations then something like this would work:
There are other ways to do this of course. This is just one way.
Hope that helps.