get map latitude longitude from mouse position
问题 I am trying to convert the position of the mouse on a google map into a LatLng object. I see quite a few posts on getting the position from with the google map "click" event etc, like this: google.maps.event.addListener(map, 'click', function(event) { mouseLocation = event.latLng; }); But, this doesn't work for my purposes because I am not responding to a map event, I'm responding to a 'tapHold' event. Inside the tapHold event I'd like to get the latitude and longitude of the current mouse