I am trying to draw editable polyline that connects all points I click on using Google Maps API V3.

For example, after clicking on 4 different points on the map there should be 6 lines connecting all 4 points, while making these lines editable.

I have found this example ( http://www.ekelschot.eu/demo/maps/enableEditing.html ) which does create editable lines but there would only be 3 lines in case of 4 points.

Could I get some help as to how to do this please? I am very new to javascript, please excuse my ignorance on this matter.

Thank you.

Code of the example above: http://snipplr.com/view/38270/google-maps-api-v3--enableediting-polylines/

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Have you looked at using the Drawing tools that were recently released?

link|improve this answer
Thanks for replying. Can you point me to an example where drawing manager is used for connecting all points please? – JavaNoob Feb 3 at 11:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.