API Reference
Command
New-HtmlXGlobeHeatmapPoint
Adds a heatmap point to the current globe.
Remarks
Use inside New-HtmlXGlobe { }.
Examples
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
- Point latitude.
- Longitude double
- Point longitude.
- Weight double
- Point weight (default 1).
Outputs
HtmlForgeX.GlobeGl