Hi ,
Need some suggestions/directions on how to accomplish below :
What i want to do :
I can get my current geo-location , i have stored 100 geo-locations in a db , now what i want to do is input the radius from user & get the locations on map which comes within the radius .
The db will be either located locally or it can be called via webservice .
Now i want to know what logic shall be used to get the geo-locations on Map based on Radius + current location.
Eg : My current location is Google Hq , in DB i have all the school in SFO , now i want to display those scholls that comes in 10 miles of my current location .
Thanks

