On Jul 23, 8:23 am, dommm063 <[email protected]> wrote: > Hi, > > is it possible to drag a route between 2 points without creating a new > point ?
No (well I guess you don't _have_ to add the marker to the map, but you have to include it in the call to GDirections). > At this moment, when I drag my route, a new marker C is added. I would > like to only keep marker A and B. Change your code to not add that marker to the map (and depending on how you are doing things change C to B). You will have to add the polylines and the markers to the map in your code, not let GDirections do it "automatically". -- Larry > > Dom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
