Hi, I am progressing. I changed the code for add step by clicking on a button. But get direction button gives only direction between Start and End. Steps are not included. Do you see the pb ? http://www.roadtrippin.fr/fr/usa/organiser/roadbook4.html
Dom On 22 juil, 20:23, Dom <[email protected]> wrote: > Hum ! OK, thanks, I will try this. > > On 22 juil, 19:30, "[email protected]" <[email protected]> > wrote: > > > These 2 variables need to be consistent... > > var etape = 6 > > var active = [true,false,false,false,true]; > > > the active array should be: > > var active = [true,false,false,false,false,false,true]; > > > -- Larry > > > On Jul 22, 9:53 am, Dom <[email protected]> wrote: > > > > Hi, > > > > I used exemple on Econym, and tried to modify it to have more steps. > > > But I have a problem : I defined 5 steps (white markers), and the 4th > > > does not want to change into Pause markers when I drag it. > > > And this is alwsays the 4th, even with 10 or 20 steps... do you see > > > why ?http://www.roadtrippin.fr/fr/usa/organiser/roadbook2.html > > > > Dom > > > > On 22 juil, 15:56, "Pil (Trustworthy from Experience)" > > > > <[email protected]> wrote: > > > > You have to add the panel yourself reading through GSteps. In addition > > > > of > > > > > getPolyline:true you have to add > > > > > getSteps:true as further option to the directions request. > > > > > This is a good starting point how this all can be done and how to > > > > format the returned values: > > > > >http://econym.org.uk/gmap/directions.htm > > > > > On Jul 22, 3:25 pm, Dom <[email protected]> wrote: > > > > > > Hi, > > > > > > The exemple here seems to be what I need > > > > > :http://www.marsrutai.info/directions.htm#51.82514,5.56807,51.80305,5.... > > > > > > But how add a panel with driving directions ? > > > > > > On Jul 22, 1:01 pm, "Pil (Trustworthy from Experience)" > > > > > > <[email protected]> wrote: > > > > > > Did you already look at the demo gallery? > > > > > > >http://code.google.com/apis/maps/documentation/demogallery.html?searc... > > > > > > > On Jul 22, 11:57 am, dommm063 <[email protected]> wrote: > > > > > > > > Hi, > > > > > > > > I am searching a tool for calculate driving direction step by > > > > > > > step. > > > > > > > For instance : > > > > > > > - user clicks on the map to set the starting point, > > > > > > > - user clicks on the map to set the first step. Driving > > > > > > > directions, > > > > > > > time, mileage... are displayed under the map > > > > > > > - user clicks on the map to set the second step. Driving > > > > > > > directions, > > > > > > > time, mileage... are displayed under the map, after the first step > > > > > > > - and so on... > > > > > > > > Do you know a source like this ? An exemple ? > > > > > > > > Dominique- Hide quoted text - > > > > > > > - Show quoted text -- 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 -~----------~----~----~----~------~----~------~--~---
