Class HeatmapProperties
- Namespace
- MapLibreNative.Maui.Handlers.Properties
public class HeatmapProperties : ILayerProperties
- Inheritance
-
HeatmapProperties
- Implements
- Inherited Members
Properties
HeatmapColor
Colour ramp. Usually a MapLibre expression (e.g. an ["interpolate", …]
array) but a plain colour string is also accepted. Passed through verbatim
as JSON to the native paint property.
[JsonPropertyName("heatmap-color")]
public object? HeatmapColor { get; set; }
Property Value
HeatmapIntensity
[JsonPropertyName("heatmap-intensity")]
public double? HeatmapIntensity { get; set; }
Property Value
HeatmapOpacity
[JsonPropertyName("heatmap-opacity")]
public double? HeatmapOpacity { get; set; }
Property Value
HeatmapRadius
[JsonPropertyName("heatmap-radius")]
public double? HeatmapRadius { get; set; }
Property Value
HeatmapWeight
[JsonPropertyName("heatmap-weight")]
public double? HeatmapWeight { get; set; }
Property Value
Visibility
[JsonPropertyName("visibility")]
public string? Visibility { get; set; }
Property Value
Methods
FromJson(string)
public void FromJson(string json)
Parameters
jsonstring
ToDictionary()
public IDictionary<string, object?> ToDictionary()