Determine if point intersects 35km radius around another point? Possible in Linq?
Posted
by Xaisoft
on Stack Overflow
See other posts from Stack Overflow
or by Xaisoft
Published on 2010-06-02T03:35:18Z
Indexed on
2010/06/02
3:43 UTC
Read the original article
Hit count: 312
Assume I have a point at the following location:
Latitude: 47°36'N Longitude: 122°19'W
Around the above point, I draw a 35Km radius. I have another point now or several and I want to see if they fall within the 35Km radius? How can I do this? Is it possible with Linq given the coordinates (lat, long) of both points?
© Stack Overflow or respective owner