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