Skip to content

Commit 848f49a

Browse files
S-Prosper05crisbeto
authored andcommitted
docs(google-maps): use correct marker name (#29343)
(cherry picked from commit e0c9518)
1 parent 1675ce6 commit 848f49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google-maps/map-info-window/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class GoogleMapDemo {
4444
(mapClick)="addMarker($event)">
4545
@for (position of markerPositions; track position) {
4646
<map-advanced-marker
47-
#marker="mapMarker"
47+
#marker="mapAdvancedMarker"
4848
[position]="position"
4949
(mapClick)="openInfoWindow(marker)" />
5050
}

0 commit comments

Comments
 (0)