Hi. Im making a draw polygon functionality on my map so i take by
example the draw polygon examples from Google Maps API (Non-Flash
API...), because they have the drag marker with draggable feature
enabling the user to edit the polygon markers just by dragging them
and the flash API dont have a similar example.

The resource that i need is like this:

JS API

GEvent.addeventlistener(marker, "drag", function(){
drawPoly();
}

Flash API

marker.addeventlistener(DRAG_EVENT??, drawPoly);

This is possible? It already exists?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to