Syncfusion.Xamarin.SfMaps.Android by Syncfusion Inc.

<PackageReference Include="Syncfusion.Xamarin.SfMaps.Android" Version="22.1.34" />

 BubbleMarkerSetting

public class BubbleMarkerSetting
Class Implementation of BubbleMarkerSetting
public float Alpha { get; set; }

Gets or sets float value for Alpha

public bool AutoFillColors { get; set; }

Gets or sets a value indicating whether to fill color.

public IList<ColorMapping> ColorMapping { get; set; }

Gets or sets the color mapping

public string ColorValuePath { get; set; }

Gets or sets the field value that is to be fetched from data for each bubble used for determining the bubble color.

public int FillColor { get; set; }

Gets or sets the color for the bubble.

public double MaxSize { get; set; }

Gets or sets the maximum size of the bubble.

public double MinSize { get; set; }

Gets or sets the minimum size of the bubble.

public bool ShowBubbles { get; set; }

Gets or sets a value indicating whether to show bubbles

public TooltipSetting TooltipSettings { get; set; }

Gets or sets the TooltipSettings

public string ValuePath { get; set; }

Gets or sets the field value that is to be fetched from data for each bubble.

Initializes a new instance of the BubbleMarkerSetting class.

public double GetBubbleSize(object bubbleValue)

Returns the size of bubble