On Dec 23, 4:39 am, johne <[email protected]> wrote: > ok... i tried adding the hidden div but that didn't help, i'm still > getting the 500.
The div is required for legal reasons. > one difference i noticed is that i'm using the > "loadFromWaypoints" method. is walking not supported when using > waypoints? has anyone else tried this? I haven't. If you provide a link to your map that is exhibiting the problem, then it might be possible for someone to investigate. -- Larry > > On Oct 28, 12:37 pm, kevinC <[email protected]> wrote: > > > > > Got it. > > > We do our own note processing and so we don't target a map nor hidden > > directions. > > > var oDirections = new GDirections(); > > > was resulting in error 500 for GDirections when using WALKING mode. > > However: > > > var oDirections = new GDirections(null, > > document.getElementById("hidden_div")); > > > allows us to load the WALKING directions and then process them using > > our own handler: > > > GEvent.addListener(oDirections, "load", function() { > > // .. > > }); > > > Thanks for all your assistance with this...- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
