Query |
Details |
Tooltip |
TooltipRendering event is used to notify that the tooltip is displayed in the Maps component. Normally when the event function is triggered in the Blazor application, the StateHasChanged() method of the Blazor component will be called. So the component will re-render. So the tooltip is slow in the application. TooltipRendering event is not necessary to render the tooltip. If it is not needed in your application, you can remove the event for proper working of the component. |
Map loading the first time |
When the Maps component is initially loaded, the GeoJSON will be parsed as object in the compoenent. If the tile maps is rendered, the images will be retrieved. Due to this, there is some delay in the initial rendering of the Maps component. |
Map switching between layers |
We are not able to reproduce the reported issue. We have created a simple Blazor sample to demonstrate the same and it can be downloaded from the below sample link. https://www.syncfusion.com/downloads/support/forum/160640/ze/SyncFusionBlazerTry2-503127146 In the above sample, we have rendered USA and Texas maps as two layers with two buttons to decide which layer to be displayed. It is working as expected. Please provide us the code snippet or modify the above application and share the same to us. It will be helpful for us to analyze further and assist you better. |