That's the line that loads the API, and there's no region parameter
specified for it.
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#Geocoding
Server side in English (default):
http://maps.google.com/maps/api/geocode/xml?address=jerusalem&sensor=false
http://maps.google.com/maps/api/geocode/xml?address=ben%20gurion%20airport&sensor=false
Server side in Hebrew:
http://maps.google.com/maps/api/geocode/xml?address=jerusalem&sensor=false&language=he
http://maps.google.com/maps/api/geocode/xml?address=ben%20gurion%20airport&sensor=false&language=he
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
--
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