API Reference
Command
New-HtmlXMapboxGlowMarker
Adds a glow marker to the current Mapbox map.
Remarks
Use inside New-HtmlXMapboxMap { }.
Examples
New-HtmlXMapboxGlowMarker -Latitude 52.2297 -Longitude 21.0122 -Color "#3b82f6"
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-HtmlXMapboxGlowMarker [-Color <string>] [-GlowSizePx <double>] [-Latitude <double>] [-Longitude <double>] [-SizePx <double>] [<CommonParameters>]#Parameters
- Color string
- Optional marker color.
- GlowSizePx double
- Glow size in pixels.
- Latitude double
- Marker latitude.
- Longitude double
- Marker longitude.
- SizePx double
- Marker size in pixels.
Outputs
HtmlForgeX.MapboxMap