API Reference
Class
LeafletMarkerClusteringSettings
Marker clustering settings for LeafletMap.
Inheritance
- Object
- LeafletMarkerClusteringSettings
Methods
public LeafletMarkerClusteringSettings ChunkedLoading(Boolean enable = true) #Returns:
LeafletMarkerClusteringSettingsEnable/disable chunked loading for large marker sets.
Parameters
- enable System.Boolean = true
public LeafletMarkerClusteringSettings DisableClusteringAtZoom(Int32 zoom) #Returns:
LeafletMarkerClusteringSettingsDisables clustering at (and above) this zoom level.
Parameters
- zoom System.Int32
public LeafletMarkerClusteringSettings MaxClusterRadius(Int32 pixels) #Returns:
LeafletMarkerClusteringSettingsSets the maximum cluster radius in pixels.
Parameters
- pixels System.Int32
public LeafletMarkerClusteringSettings ShowCoverageOnHover(Boolean enable) #Returns:
LeafletMarkerClusteringSettingsEnable/disable coverage polygon on hover.
Parameters
- enable System.Boolean
public LeafletMarkerClusteringSettings SpiderfyOnMaxZoom(Boolean enable) #Returns:
LeafletMarkerClusteringSettingsEnable/disable spiderfy at max zoom.
Parameters
- enable System.Boolean
public LeafletMarkerClusteringSettings ZoomToBoundsOnClick(Boolean enable) #Returns:
LeafletMarkerClusteringSettingsEnable/disable zoom-to-bounds when clicking a cluster.
Parameters
- enable System.Boolean