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 8da2bb2 commit a131ff5Copy full SHA for a131ff5
1 file changed
samples/event-poi/index.ts
@@ -31,7 +31,7 @@ async function initMap() {
31
if (isIconMouseEvent(event) && event.placeId) {
32
showInfoWindow(event, infowindow);
33
} else {
34
- // Otherwise, close the info window.
+ // Close the info window if there is no placeId.
35
infowindow.close();
36
}
37
});
0 commit comments