On Sep 8, 11:40 am, Esa <[EMAIL PROTECTED]> wrote: > var line = new GPolyline(blah,blah.....); > map.addOverlay(line); > line.enableEditing();
...which might do the line editing. You then need to do something like http://econym.googlepages.com/example_multi2.htm where Mike demonstrates allowing markers to be moved, in conjunction with GDirections. It should be possible to add the position of the moved line-point as a waypoint in GDirections to force recalculation via that point. Interesting exercise... 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 -~----------~----~----~----~------~----~------~--~---
