HtmlForgeX

API Reference

Command

New-HtmlXLeafletHeatmapPoint

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.LeafletMap

Adds a heatmap point to the current Leaflet map.

Remarks

Use inside New-HtmlXLeafletMap { }.

Examples

Imported script example

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 optionalposition: namedpipeline: false
Optional heat intensity.
Latitude double optionalposition: namedpipeline: false
Point latitude.
Longitude double optionalposition: namedpipeline: false
Point longitude.

Outputs

HtmlForgeX.LeafletMap