HtmlForgeX

API Reference

Command

New-HtmlXGlobeHeatmapPoint

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.GlobeGl

Adds a heatmap point to the current globe.

Remarks

Use inside New-HtmlXGlobe { }.

Examples

Imported script example

New-HtmlXGlobeHeatmapPoint -Latitude 52.2297 -Longitude 21.0122 -Weight 0.8
        

New-HtmlXGlobeHeatmapPoint -Latitude 37.7749 -Longitude -122.4194 -Weight 1.1
        

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-HtmlXGlobeHeatmapPoint [-Latitude <double>] [-Longitude <double>] [-Weight <double>] [<CommonParameters>]
#

Parameters

Latitude double optionalposition: namedpipeline: false
Point latitude.
Longitude double optionalposition: namedpipeline: false
Point longitude.
Weight double optionalposition: namedpipeline: false
Point weight (default 1).

Outputs

HtmlForgeX.GlobeGl