Example of Bubbles in Blazor Maps Component
This sample uses bubbles to represent the total number of social media users on Facebook, Twitter, Instagram, Snapchat, and Tiktok across various countries.





In this example, you can see how to configure and render bubbles in a map. The MapsBubbleSettings is used to configure and render the bubbles in the map, and the size of the bubbles represents the values from the data source. You can also bind the desired color to the bubbles. The tooltip is also enabled in this example.
More information about bubbles can be found in this documentation section.