I\'ve come up with a method that takes a coordinate and a range (in miles) and return a list of coordinates that form a circle around the origin. I seem to have made some p
Do your calculations in a spherical coordinate space and then convert them to latitude/longitude.