After a user draws a polygon on my map I want them to be able to add points to it if desired. Perhaps it would be nice to have some kind of hover event to show when they were over the line and could add a point (but that isn’t necessary). The only thing I can think of is to add separate lines for each edge. Looking at the api I was hoping to find some kind of border clicked but didn’t come up with anything.
Has anyone else run into this and found a good solution other than the one I mentioned above?
The simplest solution is to make the Polygon editable:
https://developers.google.com/maps/documentation/javascript/overlays#editable