Blazor Maps Example - Polygon Customization
This sample uses polygons to highlight the Germany region on OpenStreetMap.
Polygon shapes are displayed and customized using the MapsPolygon component with the following capabilities:
- Define polygon shapes using the Points property
- Customize appearance through properties including:
- Fill - Polygon fill color
- Opacity - Transparency level
- BorderColor - Border color specification
- BorderWidth - Border thickness
- BorderOpacity - Border transparency
- Interactive tooltip functionality on hover or tap
For comprehensive information about polygon implementation, refer to the polygon documentation.