GeoBlazor Pro
White Labeling Your Maps
If you don’t want to see the GeoBlazor by dymaptic
tag on your map, you can remove this in GeoBlazor Pro by adding an attribute WhiteLabel
to your MapView
. This can have your own plain text, html markup, or be left blank to simply remove the GeoBlazor label.
<MapView WhiteLabel="your-label">
</MapView>