On Dec 30, 10:30 am, "Maxime Schacht" <[email protected]> wrote:
> Here is my page...

Please provide a link, not a code listing. In particular, all the *s
you have aren't valid.

  gdir = new GDirections(map);
should be
  gdir = new GDirections(map,document.getElementById("itineraire"));
in order that the steps have somewhere to go. If you do not specify an
element for the steps, walking directions will fail. The reason for
this is that walking directions include a warning which must be
present. If you overwrite GDirections' own use of that element, you
must still include the warning.

(Admittedly this change from optional to mandatory for walking
directions isn't mentioned in the documentation, although there are
plans in train to put that right)

Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to