I am dropping an item into a map and would like the item to appear to
not move. At the point of the drop I hide the dropped item and add a
new marker, this new marker gets the following

                private function mapmouselocation(e:MapMouseEvent):void
                {
                        mouseLat = e.latLng.lat();
                        mouseLng = e.latLng.lng();
                }

the trouble is its not close its like always 2 inches out or
something...

im using

map.addEventListener(MapMouseEvent.MOUSE_MOVE,mapmouselocation)

to provide the position , anyone ideas ? thanks

--

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