When I try to use the google maps API to get the coordinates through the Romanian zipcode, I do not get back the coordinates that are located in Romania. My query is for example "040679 Romania" or "040679 RO". How can I make my search explicitly for a Romanian country?
http://maps.google.com/maps/api/geocode/xml?address=040679+RO&sensor=false
http://maps.google.com/maps/api/geocode/xml?address=040679+Romania&sensor=false
http://maps.google.com/maps/api/geocode/xml?address=040679+Romanian&sensor=false
Relations, first of all, return incorrect coordinates. Can anyone help?
source
share