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 @@ -12,7 +12,7 @@ async function initMap(): Promise<void> {
1212 // The location of Uluru.
1313 const position = { lat : - 25.344 , lng : 131.031 } ;
1414
15- // Request needed libraries.
15+ // Request the needed libraries.
1616 const { Map} =
1717 await google . maps . importLibrary ( 'maps' ) as google . maps . MapsLibrary ;
1818 const { AdvancedMarkerElement} =
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ async function initMap() {
1111 // [START maps_add_map_instantiate_map]
1212 // The location of Uluru.
1313 const position = { lat : - 25.344 , lng : 131.031 } ;
14- // Request needed libraries.
14+ // Request the needed libraries.
1515 const { Map } = await google . maps . importLibrary ( 'maps' ) ;
1616 const { AdvancedMarkerElement } = await google . maps . importLibrary ( 'marker' ) ;
1717 // The map, centered at Uluru.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ async function initMap(): Promise<void> {
1212 // The location of Uluru.
1313 const position = { lat : - 25.344 , lng : 131.031 } ;
1414
15- // Request needed libraries.
15+ // Request the needed libraries.
1616 const { Map} =
1717 await google . maps . importLibrary ( 'maps' ) as google . maps . MapsLibrary ;
1818 const { AdvancedMarkerElement} =
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ async function initMap() {
1111
1212 // The location of Uluru.
1313 const position = { lat : - 25.344 , lng : 131.031 } ;
14- // Request needed libraries.
14+ // Request the needed libraries.
1515 const { Map } = await google . maps . importLibrary ( 'maps' ) ;
1616 const { AdvancedMarkerElement } = await google . maps . importLibrary ( 'marker' ) ;
1717 // The map, centered at Uluru.
You can’t perform that action at this time.
0 commit comments