[Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2012-01-18 Thread rtp
See my previous post and reply.  Need to listen for the REMOVE_AT event
thanks
rtp

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/U2kLS5n7lYEJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2012-01-18 Thread rtp
Well, answered my own question.  Need to listen for the REMOVE_AT event.  
My Master of the Obvious degree failed me yesterday, but it appears to have 
kicked in today.  

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/qVEfvZW7Mh0J.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2012-01-17 Thread rtp
Hi all,

I tried asking a similar question earlier, but not sure if it posted or 
not.  If this is ends up duplicating what I tried to post earlier, I hope 
one of them gets deleted.  Here goes:  

Is there an event that can be captured when you click the "undo" icon on an 
insert_at event type?  For example, if you move a node on a polyline you 
can add a listener for the set_at event on the initial move.  If you click 
the "undo" icon immediately afterwards, it fires another set_at event which 
can be captured by your listener for the set_at event.  However, if you 
"insert" a node on a polyline, an insert_at event can be captured with a 
listener, but if you click the "undo" icon, it appears that an insert_at 
event is not fired because the listener does not capture that "undo" as the 
previously mentioned set_at event does.  Logically, these seems correct 
because at that point, I would not consider it to be an insert_at event.  
So again, is there another event being fired such that a listener can be 
added to capture the "undo" event of an insert_at event?  I do not see 
anything in the documentation stating as such, but that doesn't mean I did 
not miss something.  Any help would be appreciated.

thank you,
rtp

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/97QlieS0HUgJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2012-01-17 Thread rtp
Hope this makes sense:

when in editable mode on a feature such as a polyline and you move one of 
the "translucent" nodes to insert a new node, and then you click the "undo" 
icon that shows up next to it to put the polyline back to how it was before 
you moved the "translucent" node, is there an event that can be listened 
for when that "undo" icon is clicked?

thanks
rtp

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/n6Zzvfc2CtkJ.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.