HtmlForgeX

API Reference

Command

New-HtmlXGeoPoint

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.GeoPoint

Creates a typed geo point (latitude/longitude).

Remarks

Use inside map cmdlets such as New-HtmlXLeafletPolyline or New-HtmlXLeafletPolygon.

Examples

Imported script example

New-HtmlXGeoPoint -Latitude 52.2297 -Longitude 21.0122
        

New-HtmlXGeoPoint -Latitude 50.0647 -Longitude 19.9450
        

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

Parameters

Latitude double optionalposition: namedpipeline: false
Latitude component.
Longitude double optionalposition: namedpipeline: false
Longitude component.

Outputs

HtmlForgeX.GeoPoint