On May 22, 5:45 pm, Pendyshchuk Maxym <[email protected]> wrote: > > Now the only way I found is a little bit hacking: > > geocoder.gb.Nb = geocoder.gb.Nb + "?hl=en"; > > in google.setOnLoadCallback. Not nice, and if something changed in > "encoded" API, it won't work,
If you do that, you can stop things changing by altering v=2 to fix the API version you use. Currently v=2 is equivalent to v=2.156, so using that will make sure it continues to work rather than breaking unexpectedly when v=2 is upgraded. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
