Hi Prashant Srivastava,
Thanks for contacting Syncfusion support.
We checked your requirement “Show popup when mouse hover” and we do not have the support to show popup on mouse hover in SfMaps.
SfMaps controls has the support to show the popup when clicking the shapes by using the ToolTip support. We have prepared the sample to show popup using tooltip. The code snippet is provided below:
|
<syncfusion:ShapeFileLayer.TooltipSettings>
<syncfusion:TooltipSetting ShowTooltip="True" ValuePath="Population" TextColor="White" Margin="10" BackgroundColor="Green" StrokeColor="Black" StrokeWidth="2"/>
</syncfusion:ShapeFileLayer.TooltipSettings> |
Image:
Please find the sample from the below link.
Please check the sample and let us know if you have any other concerns.
Regards
Eswaran