File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
samples/advanced-markers-accessibility Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 66
77// [START maps_advanced_markers_accessibility]
88const mapElement = document . querySelector ( 'gmp-map' ) as google . maps . MapElement ;
9- let innerMap ;
109
1110async function initMap ( ) {
1211 // Request needed libraries.
1312 const { Map, InfoWindow } = await google . maps . importLibrary ( "maps" ) as google . maps . MapsLibrary ;
1413 const { AdvancedMarkerElement, PinElement } = await google . maps . importLibrary ( "marker" ) as google . maps . MarkerLibrary ;
1514
16- innerMap = mapElement . innerMap ;
17-
1815 // Set LatLng and title text for the markers. The first marker (Boynton Pass)
1916 // receives the initial focus when tab is pressed. Use arrow keys to move
2017 // between markers; press tab again to cycle through the map controls.
You can’t perform that action at this time.
0 commit comments