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 5a64904 commit 21ff6dfCopy full SHA for 21ff6df
samples/add-map/index.ts
@@ -18,7 +18,7 @@ async function initMap(): Promise<void> {
18
const {AdvancedMarkerElement} =
19
await google.maps.importLibrary('marker') as google.maps.MarkerLibrary;
20
21
- // The map, centered at Uluru.
+ // The map, centered at Uluru, Australia.
22
map = new Map(document.getElementById('map') as HTMLElement, {
23
zoom: 4,
24
center: position,
0 commit comments