diff --git a/samples/place-autocomplete-map/index.html b/samples/place-autocomplete-map/index.html index 0c4ba223..75835237 100644 --- a/samples/place-autocomplete-map/index.html +++ b/samples/place-autocomplete-map/index.html @@ -16,6 +16,7 @@ ({key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8", v: "weekly"}); +
+ diff --git a/samples/place-autocomplete-map/index.ts b/samples/place-autocomplete-map/index.ts index e53d509f..798bdc49 100644 --- a/samples/place-autocomplete-map/index.ts +++ b/samples/place-autocomplete-map/index.ts @@ -20,7 +20,6 @@ async function initMap(): Promise { google.maps.importLibrary('places'), ]); - // [START maps_place_autocomplete_map_add] // Get the inner map. innerMap = mapElement.innerMap; innerMap.setOptions({ @@ -31,7 +30,6 @@ async function initMap(): Promise { google.maps.event.addListener(innerMap, 'bounds_changed', async () => { placeAutocomplete.locationRestriction = innerMap.getBounds(); }); - // [END maps_place_autocomplete_map_add] // Create the marker and infowindow. marker = new google.maps.marker.AdvancedMarkerElement({