I want to move a maker on mouse move event of map.
I am using the code below, but while moving the mouse , i can still
notice a delay between mouse moved and update of maker's position. any
idea about other alternatives?

marker = g.Marker({position:null,map:_mapInstance});
_mouseMoveListner = google.maps.event.addListener(FM.Map.Instance,
"mousemove", function(event){


                marker.setPosition( event.latLng);


            });


thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to