@@ -67,7 +67,7 @@ This example demonstrates how to use a simple Google Maps component.
67
67
Zoom="8" />
68
68
```
69
69
70
- [ See demo here] ( https://demos.blazorbootstrap.com/google-maps #examples )
70
+ [ See demo here] ( https://demos.blazorbootstrap.com/google-map #examples )
71
71
72
72
### Add a marker to a map
73
73
@@ -104,7 +104,7 @@ This example demonstrates how to use a simple Google Maps component with marker.
104
104
}
105
105
```
106
106
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 )
108
108
109
109
### Marker customization
110
110
@@ -145,7 +145,7 @@ To scale a marker, use the **PinElement.Scale** option.
145
145
}
146
146
```
147
147
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 )
149
149
150
150
### Change the background color
151
151
@@ -184,7 +184,7 @@ Use the **PinElement.Background** option to change the background color of a mar
184
184
}
185
185
```
186
186
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 )
188
188
189
189
### Change the border color
190
190
@@ -223,7 +223,7 @@ Use the **PinElement.BorderColor** option to change the border color of a marker
223
223
}
224
224
```
225
225
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 )
227
227
228
228
### Change the glyph color
229
229
@@ -262,7 +262,7 @@ Use the **PinElement.GlyphColor** option to change the glyph color of a marker.
262
262
}
263
263
```
264
264
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 )
266
266
267
267
### Hide the glyph
268
268
@@ -301,7 +301,7 @@ Set the **PinElement.Glyph** option to an empty string to hide a marker's glyph.
301
301
}
302
302
```
303
303
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 )
305
305
306
306
### Use icon fonts
307
307
@@ -424,7 +424,7 @@ Use the **PinElement.UseIconFonts** and **PinElement.Glyph** options to use the
424
424
}
425
425
```
426
426
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 )
428
428
429
429
### Markers with HTML and CSS
430
430
@@ -467,7 +467,7 @@ Use the **PinElement.UseIconFonts** and **PinElement.Glyph** options to use the
467
467
}
468
468
```
469
469
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 )
471
471
472
472
### Make a marker clickable
473
473
@@ -599,7 +599,7 @@ This example shows you how to make markers respond to click events. To make a ma
599
599
}
600
600
```
601
601
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 )
603
603
604
604
### Dynamic markers
605
605
@@ -780,4 +780,4 @@ This example shows you how to make markers respond to click events. To make a ma
780
780
}
781
781
```
782
782
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