@@ -67,7 +67,7 @@ This example demonstrates how to use a simple Google Maps component.
6767 Zoom="8" />
6868```
6969
70- [ See demo here] ( https://demos.blazorbootstrap.com/google-maps #examples )
70+ [ See demo here] ( https://demos.blazorbootstrap.com/google-map #examples )
7171
7272### Add a marker to a map
7373
@@ -104,7 +104,7 @@ This example demonstrates how to use a simple Google Maps component with marker.
104104}
105105```
106106
107- [ See demo here] ( https://demos.blazorbootstrap.com/google-maps #add-a-marker-to-a-map )
107+ [ See demo here] ( https://demos.blazorbootstrap.com/google-map #add-a-marker-to-a-map )
108108
109109### Marker customization
110110
@@ -145,7 +145,7 @@ To scale a marker, use the **PinElement.Scale** option.
145145}
146146```
147147
148- [ See demo here] ( https://demos.blazorbootstrap.com/google-maps #scale-the-marker )
148+ [ See demo here] ( https://demos.blazorbootstrap.com/google-map #scale-the-marker )
149149
150150### Change the background color
151151
@@ -184,7 +184,7 @@ Use the **PinElement.Background** option to change the background color of a mar
184184}
185185```
186186
187- [ See demo here] ( https://demos.blazorbootstrap.com/google-maps #change-the-background-color )
187+ [ See demo here] ( https://demos.blazorbootstrap.com/google-map #change-the-background-color )
188188
189189### Change the border color
190190
@@ -223,7 +223,7 @@ Use the **PinElement.BorderColor** option to change the border color of a marker
223223}
224224```
225225
226- [ See demo here] ( https://demos.blazorbootstrap.com/google-maps #change-the-border-color )
226+ [ See demo here] ( https://demos.blazorbootstrap.com/google-map #change-the-border-color )
227227
228228### Change the glyph color
229229
@@ -262,7 +262,7 @@ Use the **PinElement.GlyphColor** option to change the glyph color of a marker.
262262}
263263```
264264
265- [ See demo here] ( https://demos.blazorbootstrap.com/google-maps #change-the-glyph-color )
265+ [ See demo here] ( https://demos.blazorbootstrap.com/google-map #change-the-glyph-color )
266266
267267### Hide the glyph
268268
@@ -301,7 +301,7 @@ Set the **PinElement.Glyph** option to an empty string to hide a marker's glyph.
301301}
302302```
303303
304- [ See demo here] ( https://demos.blazorbootstrap.com/google-maps #hide-the-glyph )
304+ [ See demo here] ( https://demos.blazorbootstrap.com/google-map #hide-the-glyph )
305305
306306### Use icon fonts
307307
@@ -424,7 +424,7 @@ Use the **PinElement.UseIconFonts** and **PinElement.Glyph** options to use the
424424}
425425```
426426
427- [ See demo here] ( https://demos.blazorbootstrap.com/google-maps #use-icon-fonts )
427+ [ See demo here] ( https://demos.blazorbootstrap.com/google-map #use-icon-fonts )
428428
429429### Markers with HTML and CSS
430430
@@ -467,7 +467,7 @@ Use the **PinElement.UseIconFonts** and **PinElement.Glyph** options to use the
467467}
468468```
469469
470- [ See demo here] ( https://demos.blazorbootstrap.com/google-maps #markers-with-html-and-css )
470+ [ See demo here] ( https://demos.blazorbootstrap.com/google-map #markers-with-html-and-css )
471471
472472### Make a marker clickable
473473
@@ -599,7 +599,7 @@ This example shows you how to make markers respond to click events. To make a ma
599599}
600600```
601601
602- [ See demo here] ( https://demos.blazorbootstrap.com/google-maps #make-a-marker-clickable )
602+ [ See demo here] ( https://demos.blazorbootstrap.com/google-map #make-a-marker-clickable )
603603
604604### Dynamic markers
605605
@@ -780,4 +780,4 @@ This example shows you how to make markers respond to click events. To make a ma
780780}
781781```
782782
783- [ See demo here] ( https://demos.blazorbootstrap.com/google-maps #dynamic-markers )
783+ [ See demo here] ( https://demos.blazorbootstrap.com/google-map #dynamic-markers )
0 commit comments