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 59bc479 commit 1b6cd43Copy full SHA for 1b6cd43
samples/add-map/index.ts
@@ -27,7 +27,7 @@ async function initMap(): Promise<void> {
27
// [END maps_add_map_instantiate_map]
28
29
// [START maps_add_map_instantiate_marker]
30
- // The marker, positioned at Uluru
+ // The marker, positioned at Uluru.
31
const marker = new AdvancedMarkerElement({map, position, title: 'Uluru'});
32
// [END maps_add_map_instantiate_marker]
33
}
0 commit comments