API Reference
Class
LeafletMarkerClusteringSettings
Marker clustering settings for LeafletMap.
Inheritance
- Object
- LeafletMarkerClusteringSettings
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method LeafletMarkerClusteringSettings.ChunkedLoading
- Method LeafletMarkerClusteringSettings.DisableClusteringAtZoom
- Method LeafletMarkerClusteringSettings.MaxClusterRadius
- Method LeafletMarkerClusteringSettings.ShowCoverageOnHover
- Method LeafletMarkerClusteringSettings.SpiderfyOnMaxZoom
- Method LeafletMarkerClusteringSettings.ZoomToBoundsOnClick
Accepted by parameters
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