I am trying to make a div visible at the position of the cursor when the cursor mouseover a marker using jQuery. Its kind of like a tooltip. However I cannot se
div
mapObject.marker.addListener("mouseover", (event) => { //USE THE COORDINATES HERE = { lat: event.latLng.lat(), lng: event.latLng.lng(); }