I am using the MOUSE_DOWN,UP,MOVE events.

example:
                                        __map.addEventListener
(MapMouseEvent.MOUSE_DOWN,handleDrawMouseDownEvent);
__map.addEventListener(MapMouseEvent.MOUSE_UP,handleDrawMouseUpEvent);
__map.addEventListener(MapMouseEvent.MOUSE_MOVE,handleMouseMoveEvent);


I have traces in each and I notice the following:
1) The mouse down fires multiple times (the initial ones have a
correct lat/lng and the others are way off)
2) The mouse move has a correct lat/lng
3) The mouse up has the correct lat/lng

Misc:  I get these random 404 errors also.

Trace:   (NOTE: The (38...,-122...) lat lng are correct. )
---------------------

Warning: 404 - Not found: /mt?v=w2.88&hl=en&x=1&y=17&zoom=13&s=Gali
Warning: 404 - Not found: /mt?v=w2.88&hl=en&x=4&y=36&zoom=12&s=
Draw Mouse Down (38.27268853598097, -122.8271484375)
Draw Mouse Down (38.27268853598097, -122.8271484375)
Draw Mouse Down (-88.39641726788795, -116.3671875)
Draw Mouse Down (-88.39641726788795, -116.3671875)
Draw Mouse (38.238180119798635, -122.7392578125)
Draw Mouse (38.238180119798635, -122.7392578125)
Draw Mouse (38.20365531807151, -122.7392578125)
Warning: 404 - Not found: /mt?v=w2.88&hl=en&x=5&y=36&zoom=12&s=Gal
Warning: 404 - Not found: /mt?v=w2.88&hl=en&x=3&y=36&zoom=12&s=Galil
Draw Mouse Up (37.579412513438385, -121.904296875)
Draw Mouse Up (37.579412513438385, -121.904296875)
Draw Mouse Up (-88.39641726788794, -116.3671875)
Draw Mouse Up (-88.39641726788794, -116.3671875)

Also when I use the MapMouseEvent.DRAG_START/STOP/STEP instead I get
only the wrong lat/lngs.

Thanks,
Rahul

--~--~---------~--~----~------------~-------~--~----~
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