API Reference
Class
LeafletHeatmapSettings
Settings sub-builder for Leaflet heatmap overlays.
Inheritance
- Object
- LeafletHeatmapSettings
Methods
public LeafletHeatmapSettings AddPoint(Double latitude, Double longitude, Nullable<Double> intensity = null) #Returns:
LeafletHeatmapSettingsAdds a heatmap point (optionally with intensity).
Parameters
- latitude System.Double
- longitude System.Double
- intensity System.Nullable{System.Double} = null
public LeafletHeatmapSettings Blur(Int32 pixels) #Returns:
LeafletHeatmapSettingsSets the heat blur in pixels.
Parameters
- pixels System.Int32
public LeafletHeatmapSettings Group(String groupName) #Returns:
LeafletHeatmapSettingsAssigns the heatmap layer to an overlay group (used by the layer control).
Parameters
- groupName System.String
public LeafletHeatmapSettings Max(Double value) #Returns:
LeafletHeatmapSettingsSets the maximum point intensity.
Parameters
- value System.Double
public LeafletHeatmapSettings MaxZoom(Int32 zoom) #Returns:
LeafletHeatmapSettingsSets the maximum zoom for the heat intensity calculation.
Parameters
- zoom System.Int32
public LeafletHeatmapSettings MinOpacity(Double value) #Returns:
LeafletHeatmapSettingsSets the minimum opacity for the heat layer.
Parameters
- value System.Double
public LeafletHeatmapSettings Radius(Int32 pixels) #Returns:
LeafletHeatmapSettingsSets the heat radius in pixels.
Parameters
- pixels System.Int32