File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ async function initMap(): Promise<void> {
1818 const { AdvancedMarkerElement} =
1919 await google . maps . importLibrary ( 'marker' ) as google . maps . MarkerLibrary ;
2020
21- // The map, centered at Uluru
21+ // The map, centered at Uluru.
2222 map = new Map ( document . getElementById ( 'map' ) as HTMLElement , {
2323 zoom : 4 ,
2424 center : position ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ async function initMap() {
1414 // Request needed libraries.
1515 const { Map } = await google . maps . importLibrary ( 'maps' ) ;
1616 const { AdvancedMarkerElement } = await google . maps . importLibrary ( 'marker' ) ;
17- // The map, centered at Uluru
17+ // The map, centered at Uluru.
1818 map = new Map ( document . getElementById ( 'map' ) , {
1919 zoom : 4 ,
2020 center : position ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ async function initMap(): Promise<void> {
1818 const { AdvancedMarkerElement} =
1919 await google . maps . importLibrary ( 'marker' ) as google . maps . MarkerLibrary ;
2020
21- // The map, centered at Uluru
21+ // The map, centered at Uluru.
2222 map = new Map ( document . getElementById ( 'map' ) as HTMLElement , {
2323 zoom : 4 ,
2424 center : position ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ async function initMap() {
1414 // Request needed libraries.
1515 const { Map } = await google . maps . importLibrary ( 'maps' ) ;
1616 const { AdvancedMarkerElement } = await google . maps . importLibrary ( 'marker' ) ;
17- // The map, centered at Uluru
17+ // The map, centered at Uluru.
1818 map = new Map ( document . getElementById ( 'map' ) , {
1919 zoom : 4 ,
2020 center : position ,
You can’t perform that action at this time.
0 commit comments