AzureMapsControl.Components icon indicating copy to clipboard operation
AzureMapsControl.Components copied to clipboard

Missing "CreateIndicator" property on BubbleLayerOptions Class

Open aymannoob99 opened this issue 1 year ago • 0 comments

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 image The same in C# image

aymannoob99 avatar Apr 30 '24 12:04 aymannoob99