We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1b1a4 commit cf9990cCopy full SHA for cf9990c
1 file changed
samples/event-poi/index.ts
@@ -21,6 +21,7 @@ async function initMap() {
21
// Create the initial info window.
22
let infowindow = new google.maps.InfoWindow({});
23
24
+ // Add a listener for click events on the map.
25
innerMap.addListener('click', (event) => {
26
// Prevent the default POI info window from showing.
27
event.stop();
0 commit comments