Skip to content

Commit 63371e4

Browse files
committed
GoogleMap component - Dynamic markers demo issue fixed.
1 parent 474e48b commit 63371e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BlazorBootstrap.Demo.RCL/Components/Pages/Maps/GoogleMap_Demo_06_Dynamic_markers.razor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
</Button>
1313
</div>
1414

15-
<GoogleMap ApiKey="@ApiKey"
15+
<GoogleMap @ref="googleMapRef"
16+
ApiKey="@ApiKey"
1617
Center="new GoogleMapCenter(37.43238031167444, -122.16795397128632)"
1718
Height="400"
1819
Width="100"

0 commit comments

Comments
 (0)