[Solved] is there any methord (about google-maps api) to get the mouse’s offset when mouseover (not use jquery) [closed]
I am not sure if I understood your question correctly, but you may want to check out the following example. Both the geographical coordinates as well as the DOM coordinates would update automatically as you move the mouse over the map: <!DOCTYPE html> <html> <head> <meta http-equiv=”content-type” content=”text/html; charset=UTF-8″/> <title>Google Maps mousemove Event Demo</title> <script … Read more