If you do this:

 

    google.maps.event.addListener(polygon,"click",function(polyMouseEvent){

      console.log(polyMouseEvent);

    });


on a polygon, a click on the editing vertex (the circle control point), 
fires the click event. If you add that same listener to a rectangle it 
fails. I can post an example if necessary, is this known/expected? I 
imagine this is related to the fact that the rectangle doesn't fire a 
polyMouseEvent, but why not? I realize that no one is ever going to remove 
any vertices, but I for one would like to know when a user has clicked the 
editing vertex. Also is this the kind of question that should now go on 
stackoverflow?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to