Problem is pretty simple...
I know my latitude and longitude...and asked to find the all points.(There LAT and LONG) that comes within given radius...
So all I have is my current LAT,LONG,Radius .
How can I get the list of points that resides within given radius from my point?
I am working in C/C++
I know my latitude and longitude...and asked to find the all points.(There LAT and LONG) that comes within given radius...
So all I have is my current LAT,LONG,Radius .
How can I get the list of points that resides within given radius from my point?
I am working in C/C++
Comment