Class MapsMarkerClusterSettings
Sets and gets the option for the customization of marker cluster for the maps.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
MapsMarkerClusterSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsMarkerClusterSettings : SfBaseComponent
Constructors
MapsMarkerClusterSettings()
Declaration
public MapsMarkerClusterSettings()
Properties
AllowClusterExpand
Enables or disables the cluster expand when many markers are in same location.
Declaration
public bool AllowClusterExpand { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowClustering
Enables or disables the visibility state of the clustering of markers in the maps component.
Declaration
public bool AllowClustering { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ChildContent
Sets and gets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
DashArray
Sets and gets the dash array for the marker cluster in maps.
@default ''
Declaration
public string DashArray { get; set; }
Property Value
Type |
Description |
System.String |
|
Fill
Sets and gets the fill color of the cluster.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Sets and gets the height of the marker cluster in maps.
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
ImageUrl
Sets and gets the URL path for the marker cluster when the cluster shape is set as image in maps.
Declaration
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Offset
Sets and gets the offset position for the marker cluster in maps.
Declaration
public object Offset { get; set; }
Property Value
Type |
Description |
System.Object |
|
Opacity
Sets and gets the opacity of the marker cluster.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Shape
Sets and gets shape for the cluster of markers.
Declaration
public MarkerType Shape { get; set; }
Property Value
Width
Sets and gets the width of the marker cluster in maps.
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|