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 507de65 commit d50a2b1Copy full SHA for d50a2b1
1 file changed
samples/event-poi/index.ts
@@ -11,6 +11,7 @@ async function initMap() {
11
// Request the needed libraries.
12
await google.maps.importLibrary('maps');
13
14
+ // Retrieve the map element.
15
const mapElement = document.querySelector(
16
'gmp-map'
17
) as google.maps.MapElement;
0 commit comments