I have the following situation. Map of google and above the map I added a picture. The problem is that when I add an event on the map, this event does not work on the image .. and vice versa.
google.maps.event.addListener(historicalOverlay, "click", function(event) {
How do I add this event to the entire map.
But it has a detail, it's a "" plugin, "" so I'm afraid to make changes: link
Is it possible, I add the image behind the MAP, and give an opacity on the map ... So the map would be in front, and the click would work ... or, merge everything, being the image and the one map only.
ATT