Skip to content

Commit

Permalink
Google map docs / demos - link fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Aug 25, 2024
1 parent 758296a commit 9842c65
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ internal override IEnumerable<NavItem> GetNavItems()
new (){ Id = "509", Text = "Collapse", Href = "/collapse", IconName = IconName.ArrowsCollapse, ParentId = "5" },
new (){ Id = "510", Text = "Confirm Dialog", Href = "/confirm-dialog", IconName = IconName.QuestionDiamondFill, ParentId = "5" },
new (){ Id = "511", Text = "Dropdown", Href = "/dropdown", IconName = IconName.MenuButtonWideFill, ParentId = "5" },
new (){ Id = "512", Text = "Google Maps", Href = "/google-maps", IconName = IconName.Map, ParentId = "5" },
new (){ Id = "512", Text = "Google Maps", Href = "/google-map", IconName = IconName.Map, ParentId = "5" },

#region Grid

Expand Down
22 changes: 11 additions & 11 deletions docs/docs/05-components/google-map.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This example demonstrates how to use a simple Google Maps component.
Zoom="8" />
```

[See demo here](https://demos.blazorbootstrap.com/google-maps#examples)
[See demo here](https://demos.blazorbootstrap.com/google-map#examples)

### Add a marker to a map

Expand Down Expand Up @@ -104,7 +104,7 @@ This example demonstrates how to use a simple Google Maps component with marker.
}
```

[See demo here](https://demos.blazorbootstrap.com/google-maps#add-a-marker-to-a-map)
[See demo here](https://demos.blazorbootstrap.com/google-map#add-a-marker-to-a-map)

### Marker customization

Expand Down Expand Up @@ -145,7 +145,7 @@ To scale a marker, use the **PinElement.Scale** option.
}
```

[See demo here](https://demos.blazorbootstrap.com/google-maps#scale-the-marker)
[See demo here](https://demos.blazorbootstrap.com/google-map#scale-the-marker)

### Change the background color

Expand Down Expand Up @@ -184,7 +184,7 @@ Use the **PinElement.Background** option to change the background color of a mar
}
```

[See demo here](https://demos.blazorbootstrap.com/google-maps#change-the-background-color)
[See demo here](https://demos.blazorbootstrap.com/google-map#change-the-background-color)

### Change the border color

Expand Down Expand Up @@ -223,7 +223,7 @@ Use the **PinElement.BorderColor** option to change the border color of a marker
}
```

[See demo here](https://demos.blazorbootstrap.com/google-maps#change-the-border-color)
[See demo here](https://demos.blazorbootstrap.com/google-map#change-the-border-color)

### Change the glyph color

Expand Down Expand Up @@ -262,7 +262,7 @@ Use the **PinElement.GlyphColor** option to change the glyph color of a marker.
}
```

[See demo here](https://demos.blazorbootstrap.com/google-maps#change-the-glyph-color)
[See demo here](https://demos.blazorbootstrap.com/google-map#change-the-glyph-color)

### Hide the glyph

Expand Down Expand Up @@ -301,7 +301,7 @@ Set the **PinElement.Glyph** option to an empty string to hide a marker's glyph.
}
```

[See demo here](https://demos.blazorbootstrap.com/google-maps#hide-the-glyph)
[See demo here](https://demos.blazorbootstrap.com/google-map#hide-the-glyph)

### Use icon fonts

Expand Down Expand Up @@ -424,7 +424,7 @@ Use the **PinElement.UseIconFonts** and **PinElement.Glyph** options to use the
}
```

[See demo here](https://demos.blazorbootstrap.com/google-maps#use-icon-fonts)
[See demo here](https://demos.blazorbootstrap.com/google-map#use-icon-fonts)

### Markers with HTML and CSS

Expand Down Expand Up @@ -467,7 +467,7 @@ Use the **PinElement.UseIconFonts** and **PinElement.Glyph** options to use the
}
```

[See demo here](https://demos.blazorbootstrap.com/google-maps#markers-with-html-and-css)
[See demo here](https://demos.blazorbootstrap.com/google-map#markers-with-html-and-css)

### Make a marker clickable

Expand Down Expand Up @@ -599,7 +599,7 @@ This example shows you how to make markers respond to click events. To make a ma
}
```

[See demo here](https://demos.blazorbootstrap.com/google-maps#make-a-marker-clickable)
[See demo here](https://demos.blazorbootstrap.com/google-map#make-a-marker-clickable)

### Dynamic markers

Expand Down Expand Up @@ -780,4 +780,4 @@ This example shows you how to make markers respond to click events. To make a ma
}
```

[See demo here](https://demos.blazorbootstrap.com/google-maps#dynamic-markers)
[See demo here](https://demos.blazorbootstrap.com/google-map#dynamic-markers)

0 comments on commit 9842c65

Please sign in to comment.