Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsMarkerClusterSettings

    Show / Hide Table of Contents

    Class MapsMarkerClusterSettings

    Sets and gets the option for the customization of marker cluster for the maps.

    Inheritance
    System.Object
    MapsMarkerClusterSettings
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MapsMarkerClusterSettings : OwningComponentBase

    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
    Type Description
    MarkerType

    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

    Dispose(Boolean)

    Disposes the property values during the destroy of the component that is hold up for the execution of the component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnInitializedAsync()

    OnInitializedAsync method is called when the component has received its initial parameters.

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    System.Threading.Tasks.Task representing the asynchronous operation.

    OnParametersSetAsync()

    OnParametersSetAsync is a lifecycle method that is invoked when the component has received parameters, and the incoming values have been assigned to the properties.

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    System.Threading.Tasks.Task representing the asynchronous operation.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved