On Mar 26, 9:04 am, Marcelo <[email protected]> wrote: > > That's the line that loads the API, and there's no region parameter > specified for it.
Sorry, I was mistaken! There is a region parameter when loading the API, but it will only *bias* the geocoding results, not restrict them to a certain country. The safest way to restrict results to a country is to add the country name to the query string. -- Marcelo - http://maps.forum.nu -- > > Did you read the documentation about the geocoder? > Client > side:http://code.google.com/apis/maps/documentation/geocoding/index.html > Server > side:http://code.google.com/apis/maps/documentation/v3/services.html#Geoco... > > Server side in English > (default):http://maps.google.com/maps/api/geocode/xml?address=jerusalem&sensor=...http://maps.google.com/maps/api/geocode/xml?address=ben%20gurion%20ai... > > Server side in > Hebrew:http://maps.google.com/maps/api/geocode/xml?address=jerusalem&sensor=...http://maps.google.com/maps/api/geocode/xml?address=ben%20gurion%20ai... > > If that doesn't help then please follow the posting guidelines and > post a link to your map demonstrating the problem. > > -- > Marcelo -http://maps.forum.nu > -- > > > > > but to no avail, is there anything else I can try, or is this just the > > way it is? > > Thanks in advance, > > Elad. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
