Skip to content

Commit f3c39a1

Browse files
authored
Update index.ts (#1461)
1 parent 4b1b27b commit f3c39a1

File tree

1 file changed

+1
-1
lines changed
  • samples/advanced-markers-draggable

1 file changed

+1
-1
lines changed

samples/advanced-markers-draggable/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
const draggableMarker = new google.maps.marker.AdvancedMarkerView({
1919
map,
2020
position: {lat: 37.39094933041195, lng: -122.02503913145092},
21-
draggable: true,
21+
gmpDraggable: true,
2222
title: "This marker is draggable.",
2323
});
2424
// [END maps_advanced_markers_draggable_marker]

0 commit comments

Comments
 (0)