Can I use the reverse geocoding server side, e.g. with a C# or C++?
EDIT: I get some list of longititudes and latitudes from GPS Mouse, And I need to find all the corresponds addresses and save it to database. I am not interested to show on a map.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As long as you display the results on a google map and stay within 2,500 requests per day, sure (100,000 if you have Google Maps API Premier). Note, though, and I quote from here:
If you satisfy the restrictions, reverse geocoding is easy from anywhere — e.g., and again I quote:
If you can’t abide by the Google Maps geocoding API restrictions, why not get such services e.g from geonames.org instead?