Map.IsClusteringEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.