We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3163c17 commit 99f9ca1Copy full SHA for 99f9ca1
1 file changed
samples/add-map/index.ts
@@ -9,7 +9,7 @@
9
let map;
10
async function initMap(): Promise<void> {
11
// [START maps_add_map_instantiate_map]
12
- // The location of Uluru.
+ // The location of Uluru, Australia.
13
const position = {lat: -25.344, lng: 131.031};
14
15
// Request the needed libraries.
0 commit comments