Example of Tooltip in Blazor Maps Component
This sample depicts the countries that appeared in the Cricket World Cup finals, as well as their respective counts. By hovering the mouse over the appropriate shape, the county name, finalist count, and winning count will be displayed in the desired tooltip format.
Source:
en.wikipedia.org
In this example, to see the tooltip in action, hover the mouse over a shape or tap a shape in touch enabled devices. The tooltip is enabled in this sample by using the MapsLayerTooltipSettings. In addition, the interactive legend has been placed to the left of the map.
More information about tooltip can be found in this documentation section.