API Reference
Command
New-HtmlXGeoPoint
Creates a typed geo point (latitude/longitude).
Remarks
Use inside map cmdlets such as New-HtmlXLeafletPolyline or New-HtmlXLeafletPolygon.
Examples
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
- Latitude component.
- Longitude double
- Longitude component.
Outputs
HtmlForgeX.GeoPoint