www.flinote.com/nam/localSearch.html
Can somebody check for me?
It is not able to set the travel mode.
function setDirections(fromAddress, toAddress, locale) {
var selectedMode = document.getElementById("mode").value;
gdir.load("from: " + fromAddress + " to: " + toAddress,
{"locale" : locale, travelMode:selectedMode});
}
Is it something wrong with this function?
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.