API Reference
Class
GlobeHeatmapSettings
Heatmap settings for GlobeGl (points + tunables).
Inheritance
- Object
- GlobeHeatmapSettings
Methods
public GlobeHeatmapSettings AddPoint(Double latitude, Double longitude, Double weight = 1) #Returns:
GlobeHeatmapSettingsAdds a weighted heat point at the given coordinate.
Parameters
- latitude System.Double
- longitude System.Double
- weight System.Double = 1
public GlobeHeatmapSettings Bandwidth(Double bandwidth) #Returns:
GlobeHeatmapSettingsSets heatmap bandwidth (kernel size).
Parameters
- bandwidth System.Double
public GlobeHeatmapSettings BaseAltitude(Double altitude) #Returns:
GlobeHeatmapSettingsSets base altitude for the heatmap layer.
Parameters
- altitude System.Double
public GlobeHeatmapSettings ColorSaturation(Double saturation) #Returns:
GlobeHeatmapSettingsSets heatmap color saturation (0-1 typical range).
Parameters
- saturation System.Double
public GlobeHeatmapSettings TopAltitude(Double altitude) #Returns:
GlobeHeatmapSettingsSets top altitude for the heatmap layer.
Parameters
- altitude System.Double