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 868bd16 commit f9fbc46Copy full SHA for f9fbc46
samples/place-autocomplete-map/index.ts
@@ -37,7 +37,7 @@ async function initMap(): Promise<void> {
37
map.controls[google.maps.ControlPosition.TOP_LEFT].push(card);
38
// [END maps_place_autocomplete_map_add]
39
40
- // Create the marker and infowindow
+ // Create the marker and infowindow.
41
marker = new google.maps.marker.AdvancedMarkerElement({
42
map,
43
});
@@ -82,4 +82,4 @@ function updateInfoWindow(content, center) {
82
}
83
84
initMap();
85
-// [END maps_place_autocomplete_map]
+// [END maps_place_autocomplete_map]
0 commit comments