API Reference
Command
New-HtmlXVectorMapMarker
Adds a marker to the current vector map.
Remarks
Use inside New-HtmlXVectorMap { }.
Examples
New-HtmlXVectorMapMarker -Latitude 52.2297 -Longitude 21.0122 -Name "Warsaw"
New-HtmlXVectorMapMarker -Latitude 48.8566 -Longitude 2.3522 -Name "Paris"
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-HtmlXVectorMapMarker [-Latitude <double>] [-Longitude <double>] [-Name <string>] [<CommonParameters>]#Parameters
- Latitude double
- Marker latitude.
- Longitude double
- Marker longitude.
- Name string
- Optional marker name.
Outputs
HtmlForgeX.JsVectorMap