mapstraction / mxn

A Javascript Mapping Abstraction library.
http://mapstraction.com/
Other
580 stars 132 forks source link

Locale setting for geocoding #316

Open riklaunim opened 10 years ago

riklaunim commented 10 years ago

Some point to address geocoding services take locales into account translating address to given language. For googlev3.geocoder I had to set it in the file:

var geocode_request_object = {'region': 'YOUR_LOCALE'};

BTW: I'm using slightly older code in this file than release-3.0 has, but geocode_callback wasn't using formatted_address from response and the geocoded address was incomplete (no street etc.).