On 11 March 2012 16:22, Rossko <[email protected]> wrote: > > try > setDirections("Badalona", "Barcelona", " ", "es");
Actually that won't work because that will result in "to:" at the end of the directions string, indicating an additional destination which is... nowhere. So the next suggestion is necessary. > but have a think about how you could restructure it to avoid this > problem. -- 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.
