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 93f89b9 commit d15fe3aCopy full SHA for d15fe3a
1 file changed
samples/event-poi/index.ts
@@ -16,6 +16,7 @@ async function initMap() {
16
'gmp-map'
17
) as google.maps.MapElement;
18
19
+ // Get the inner map from the map element.
20
innerMap = mapElement.innerMap;
21
22
// Create the initial info window.
0 commit comments