I have a drawManager that allows the user to draw a polygon. When the user draws this polygon, I calculated the area of this polygon. All this works fine, except for editing polygon event handling. I am using the following code
google.maps.event.addListener(path, "set_at", function(){
So, this kind of work, but only works for the "corners" of the polygon. There are intermediate, barely noticeable editing knobs (squares) between the main white knobs. If I edit the polygon by pulling one of these knobs, the event does not fire.
Any ideas on this behavior? Is this an alleged or some kind of bug with api or my code?
Thanks for any help.
Greg
source share