I am working with Google map v3.
And i am newbie with java script.
have anyone know how to get position of cursor on web browser when dragging( before and after dragging)?
Please teach me.
I am working with Google map v3. And i am newbie with java script.
Share
The best alternative I have is tracking the movement of the map’s center point (latitude, longitude). Drag events don’t seem to provide the mouse location on the map.
View here: http://jsfiddle.net/Hfu8D/