I found the error:
// *** This will not work without errors because it does not pass a
GMap2 object:
gdir = new GDirections({},document.getElementById("directions"));
// *** This will prevent errors but requires passing a GMap2 object:
mapDistance = new GMap2(document.getElementById("directions"));
gdir = new GDirections(mapDistance,document.getElementById
("directions"));
Mike is correct - "No such facility exists at present"
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---