you appear to have gone backwards. This is the start of your function:
function setDirections(locale, fromAddress, toAddress1) {
and this is the way your function is called:
setDirections("Badalona", "Barcelona", "es");
so you are saying
locale="Badalona"
fromAddress="Barcelona"
toAddress1="es"
how is that supposed to work?
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" 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.