Thanks a lot, i'll try that tomorrow =) On Wed, Apr 15, 2009 at 11:04 PM, Erik Barron <[email protected]> wrote:
> Here is the link to that example... > > > http://code.google.com/p/gmaps-samples-flash/source/browse/trunk/samplecode/MarkerDrag.mxml > > DRAG_END, I believe is for both marker and map.... > > On Wed, Apr 15, 2009 at 1:46 PM, [CPR]-AL.exe <[email protected]>wrote: > >> Hm... thanks, i'll try this, but that's a bit out of logic: DRAG_END >> should fire when a user stops dragging a map, not marker... >> >> On Wed, Apr 15, 2009 at 9:02 PM, Erik Barron <[email protected]>wrote: >> >>> Should be something like this... >>> marker.addEventListener(MapMouseEvent.DRAG_END, myFunction); >>> function myFunction(event:MapMouseEvent){ >>> ***Do something*** >>> } >>> On Wed, Apr 15, 2009 at 11:49 AM, [CPR]-AL.exe <[email protected]>wrote: >>> >>>> >>>> I couldn't find some Event like MarkerEvent.DRAG_END (it would be >>>> great to add one). >>>> >>>> How can I catch the marker being dropped after dragging? >>>> MouseEvent.MOUSE_UP is not a solution for me :( >>>> >>>> >>> >>> >>> >> >> >> -- >> Sincerely yours, Alexey. >> >> >> >> -- Sincerely yours, Alexey. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
