Blazor Maps Example - OpenStreetMap with Legend
This sample displays the world's top 10 most populated cities with markers and an interactive legend on OpenStreetMap.
Legend configuration on OpenStreetMap is implemented through:
- Setting the Visible property to true in MapsLegendSettings
- Using MapsLegendTitle for legend titling
- Customizing appearance through properties like Position, Type, Height, and Width
For comprehensive information about OpenStreetMap implementation, refer to the OpenStreetMap documentation.