Get latitude and longitude from static google map
I want to display a static map and on mouse over the map get latitude and longitude on mouse over the map It needs some calculations, you'll find the required methods in the source of this demo: https://developers.google.com/maps/documentation/javascript/examples/map-coordinates?csw=1 function that implements these calculations for usage with a static map: function FX(lat,//center-latitude of the static-map lng,//center-longitude of the static-map zoom,//zoom of the static-map width,//width of the static-map height,//height of the static-map mouseX,//x-coordinate of the mouseevent inside the