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 ef8942c commit 07ebe98Copy full SHA for 07ebe98
1 file changed
samples/event-poi/index.ts
@@ -17,7 +17,7 @@ async function initMap() {
17
18
innerMap = mapElement.innerMap;
19
20
- // Create the initial InfoWindow.
+ // Create the initial info window.
21
let infowindow = new google.maps.InfoWindow({});
22
23
innerMap.addListener('click', (event) => {
0 commit comments