Hi Flavio-

Various drag events are listed in the reference here, like
MapMouseEvent.DRAG_START:
http://code.google.com/apis/maps/documentation/flash/reference.html#MapMouseEvent

The events section of the dev guide details how to use those events.

- pamela

2009/7/8 Flávio Carmo <[email protected]>:
>
> 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