Determining if a set of coordinates are within the same area

Posted by Dat on Stack Overflow See other posts from Stack Overflow or by Dat
Published on 2010-06-02T17:15:23Z Indexed on 2010/06/02 17:24 UTC
Read the original article Hit count: 166

Filed under:
|
|

When I say coordinates I mean latitude and longitude coordinates of earth. I want to determine if a set of coordinates are within the same area (my cutoff is 200 miles). I've been googling "cluster alorithm" but I'm uncertain which would work best for me.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about coordinates