On Mar 25, 7:50 pm, Sheepz <[email protected]> wrote: > I've tried adding parameters to the import > (e.g.http://maps.google.com/maps/api/js?sensor=false&language=en®ion=US)
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 -- > 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.
