I need to have an option to change the reverse geocoding's location's
language.

The language depends on the client setting.

I've tried the request via http using "hl" and "gl" params, it works
like that:

http://maps.google.com/maps/geo?q=40.994410999439516,-74.3609619140625&hl=es&gl=es&output=json&oe=utf8&key=<mykey>


However, I don't know how to set it up using:

(new GClientGeocoder()).getLocations(latlng,updateAddressProcess);


The language definition in my maps setting seems not working at all:
<script src="http://maps.google.com/maps?
file=api&amp;v=2.132&key=<mykey>&gl=es&hl=es" type="text/javascript"></
script>



Any help is appreciated!
Arthur
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to