Share via


Map.IsClusteringEnabled Property

Definition

Gets or sets a value that indicates if pin clustering is enabled. Default value is false. This is a bindable property.

public:
 property bool IsClusteringEnabled { bool get(); void set(bool value); };
public bool IsClusteringEnabled { get; set; }
member this.IsClusteringEnabled : bool with get, set
Public Property IsClusteringEnabled As Boolean

Property Value

Remarks

When enabled, pins that are close together will be grouped into clusters. As the user zooms in, clusters will expand to show individual pins. Use ClusteringIdentifier to control which pins cluster together.

Applies to