File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ async function initMap(): Promise<void> {
2727 // [END maps_add_map_instantiate_map]
2828
2929 // [START maps_add_map_instantiate_marker]
30- // The marker, positioned at Uluru
30+ // The marker, positioned at Uluru.
3131 const marker = new AdvancedMarkerElement ( { map, position, title : 'Uluru' } ) ;
3232 // [END maps_add_map_instantiate_marker]
3333}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ async function initMap() {
2222 } ) ;
2323 // [END maps_add_map_instantiate_map]
2424 // [START maps_add_map_instantiate_marker]
25- // The marker, positioned at Uluru
25+ // The marker, positioned at Uluru.
2626 const marker = new AdvancedMarkerElement ( { map, position, title : 'Uluru' } ) ;
2727 // [END maps_add_map_instantiate_marker]
2828}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ async function initMap(): Promise<void> {
2727 // [END maps_add_map_instantiate_map]
2828
2929 // [START maps_add_map_instantiate_marker]
30- // The marker, positioned at Uluru
30+ // The marker, positioned at Uluru.
3131 const marker = new AdvancedMarkerElement ( { map, position, title : 'Uluru' } ) ;
3232 // [END maps_add_map_instantiate_marker]
3333}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ async function initMap() {
2222 } ) ;
2323
2424
25- // The marker, positioned at Uluru
25+ // The marker, positioned at Uluru.
2626 const marker = new AdvancedMarkerElement ( { map, position, title : 'Uluru' } ) ;
2727
2828}
You can’t perform that action at this time.
0 commit comments