Skip to content

Commit d15fe3a

Browse files
authored
test: Clarify inner map retrieval with a comment (#1147)
Test to kick off another run: Added comment to clarify retrieval of inner map.
1 parent 93f89b9 commit d15fe3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

samples/event-poi/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ async function initMap() {
1616
'gmp-map'
1717
) as google.maps.MapElement;
1818

19+
// Get the inner map from the map element.
1920
innerMap = mapElement.innerMap;
2021

2122
// Create the initial info window.

0 commit comments

Comments
 (0)