Possible Duplicate:
Web service to get the GPS Coordinates
I’m using c# and i need to find the Latitude and Longitude of a location by it’s name.
For example :
Tuple<double, double> lat_log = FindByLocation("England", "London");
I wonder if there is any web service for such thing! because i do not have and dictionary of locations or any database for it.
Description
Basicly there are many services who provide this information.
I suggest you use the
More Information