AzureMapsControl.Components
AzureMapsControl.Components copied to clipboard
Missing "CreateIndicator" property on BubbleLayerOptions Class
Describe the bug I can't seem to add text to cluster aggregates using this sample, even though it works in js;
To Reproduce Steps to reproduce the behavior: Follow the JS sample in a Blazor Server application and use this repository to translate JS code to C#.
Expected behavior The cluster aggregates should display the count of items inside them, as per the layer on line 92 in the JS sample. I assume it's due to the setting "createIndicator:true" set on line 77, which is not an option in the C# wrapper class BubbleLayerOptions.
Screenshots
The setup in JS
The same in C#