File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
dist/samples/place-autocomplete-map Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ async function initMap(): Promise<void> {
3737 map . controls [ google . maps . ControlPosition . TOP_LEFT ] . push ( card ) ;
3838 // [END maps_place_autocomplete_map_add]
3939
40- // Create the marker and infowindow
40+ // Create the marker and infowindow.
4141 marker = new google . maps . marker . AdvancedMarkerElement ( {
4242 map,
4343 } ) ;
@@ -82,4 +82,4 @@ function updateInfoWindow(content, center) {
8282}
8383
8484initMap ( ) ;
85- // [END maps_place_autocomplete_map]
85+ // [END maps_place_autocomplete_map]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ async function initMap() {
3434 card . appendChild ( placeAutocomplete ) ;
3535 map . controls [ google . maps . ControlPosition . TOP_LEFT ] . push ( card ) ;
3636 // [END maps_place_autocomplete_map_add]
37- // Create the marker and infowindow
37+ // Create the marker and infowindow.
3838 marker = new google . maps . marker . AdvancedMarkerElement ( {
3939 map,
4040 } ) ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ async function initMap(): Promise<void> {
3737 map . controls [ google . maps . ControlPosition . TOP_LEFT ] . push ( card ) ;
3838 // [END maps_place_autocomplete_map_add]
3939
40- // Create the marker and infowindow
40+ // Create the marker and infowindow.
4141 marker = new google . maps . marker . AdvancedMarkerElement ( {
4242 map,
4343 } ) ;
@@ -82,4 +82,4 @@ function updateInfoWindow(content, center) {
8282}
8383
8484initMap ( ) ;
85- // [END maps_place_autocomplete_map]
85+ // [END maps_place_autocomplete_map]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ async function initMap() {
3434 card . appendChild ( placeAutocomplete ) ;
3535 map . controls [ google . maps . ControlPosition . TOP_LEFT ] . push ( card ) ;
3636
37- // Create the marker and infowindow
37+ // Create the marker and infowindow.
3838 marker = new google . maps . marker . AdvancedMarkerElement ( {
3939 map,
4040 } ) ;
You can’t perform that action at this time.
0 commit comments