i got the location from the android GPS and it seems like it is giving me this format
DD.dddddd
which i think is called the decimal format?
now i have Latitude and Longitude. i want to find all the nearby locations that are 200 Meters away.
how can i Calculate this so i can query the SQL Server database for any location that is close to me by 200 Meters?
thanks
You might want to give a look at this presentation, as shown on this previous SO post.