diff --git a/dist/samples/add-map/app/index.ts b/dist/samples/add-map/app/index.ts index f322c71b..5549814c 100644 --- a/dist/samples/add-map/app/index.ts +++ b/dist/samples/add-map/app/index.ts @@ -9,7 +9,7 @@ let map; async function initMap(): Promise { // [START maps_add_map_instantiate_map] - // The location of Uluru. + // The location of Uluru, Australia. const position = {lat: -25.344, lng: 131.031}; // Request the needed libraries. diff --git a/dist/samples/add-map/docs/index.js b/dist/samples/add-map/docs/index.js index 6e587194..f60f1a13 100644 --- a/dist/samples/add-map/docs/index.js +++ b/dist/samples/add-map/docs/index.js @@ -9,7 +9,7 @@ let map; async function initMap() { // [START maps_add_map_instantiate_map] - // The location of Uluru. + // The location of Uluru, Australia. const position = { lat: -25.344, lng: 131.031 }; // Request the needed libraries. const { Map } = await google.maps.importLibrary('maps'); diff --git a/dist/samples/add-map/docs/index.ts b/dist/samples/add-map/docs/index.ts index f322c71b..5549814c 100644 --- a/dist/samples/add-map/docs/index.ts +++ b/dist/samples/add-map/docs/index.ts @@ -9,7 +9,7 @@ let map; async function initMap(): Promise { // [START maps_add_map_instantiate_map] - // The location of Uluru. + // The location of Uluru, Australia. const position = {lat: -25.344, lng: 131.031}; // Request the needed libraries. diff --git a/dist/samples/add-map/jsfiddle/demo.js b/dist/samples/add-map/jsfiddle/demo.js index 6477a504..0d65a82c 100644 --- a/dist/samples/add-map/jsfiddle/demo.js +++ b/dist/samples/add-map/jsfiddle/demo.js @@ -9,7 +9,7 @@ let map; async function initMap() { - // The location of Uluru. + // The location of Uluru, Australia. const position = { lat: -25.344, lng: 131.031 }; // Request the needed libraries. const { Map } = await google.maps.importLibrary('maps');