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 cb78c48 commit c054d0cCopy full SHA for c054d0c
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.
22
map = new Map(document.getElementById('map') as HTMLElement, {
23
zoom: 4,
24
center: position,
0 commit comments