I am using the Bing Maps SOAP Service, GeocodeService in my web application, to reverse geocode a point on map (i.e. get country name from longitude and latitude). I need to get all the exact country names that the web service can return. I tried to get all the country names from here but for example ‘Macedonia, Former Yugoslav Republic of’ is returned of ‘FYRO Macedonia’ in the web service. Is there a way to get all exact country names possible that the web service can return since I need to store them in a database?
Share
brute force? (you may miss vatican city, but I’d expect you’d get the others, it will also spend a lot of time trying to geocoding oceans)