click event listener on styled map icons and labels

There is no API-based access to the POI’s . But there is a possible workaround. When you click on a POI an InfoWindow opens. It’s possible to modify the InfoWindow-prototype to be able to access the content of the InfoWindow without having a reference to the InfoWindow-instance. //store the original setContent-function var fx = google.maps.InfoWindow.prototype.setContent; … Read more