On Dec 8, 6:49 pm, Andrew Leach <[email protected]> wrote:
> Should this
> directions.load(fromAddress + " to " + toAddress);
> not be
> directions.load("from: " + fromAddress + " to: " + toAddress);
> ?
Right. I would also add country name to make sure it finds the
addresses
directions.load("from: " + fromAddress + " UK to: " + toAddress + "
UK");
--
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.