Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/samples/add-map/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
let map;
async function initMap(): Promise<void> {
// [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.
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/add-map/docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/add-map/docs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
let map;
async function initMap(): Promise<void> {
// [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.
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/add-map/jsfiddle/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down