API Reference
Command
New-HtmlXMapboxMarker
Adds a marker to the current Mapbox map.
Remarks
Use inside New-HtmlXMapboxMap { }.
Examples
New-HtmlXMapboxMarker -Latitude 40.7128 -Longitude -74.0060 -Color "#0d6efd"
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-HtmlXMapboxMarker [-Color <string>] [-Latitude <double>] [-Longitude <double>] [<CommonParameters>]#Parameters
- Color string
- Optional marker color.
- Latitude double
- Marker latitude.
- Longitude double
- Marker longitude.
Outputs
HtmlForgeX.MapboxMap