API Reference
Command
New-HtmlXLeafletHeatmapPoint
Adds a heatmap point to the current Leaflet map.
Remarks
Use inside New-HtmlXLeafletMap { }.
Examples
New-HtmlXLeafletHeatmapPoint -Latitude 52.2297 -Longitude 21.0122 -Intensity 0.9
New-HtmlXLeafletHeatmapPoint -Latitude 50.0647 -Longitude 19.9450 -Intensity 0.6
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-HtmlXLeafletHeatmapPoint [-Intensity <double>] [-Latitude <double>] [-Longitude <double>] [<CommonParameters>]#Parameters
- Intensity double
- Optional heat intensity.
- Latitude double
- Point latitude.
- Longitude double
- Point longitude.
Outputs
HtmlForgeX.LeafletMap