API Reference
Command
New-HtmlXMapboxPulseMarker
Adds a pulsing marker to the current Mapbox map.
Remarks
Use inside New-HtmlXMapboxMap { }.
Examples
New-HtmlXMapboxPulseMarker -Latitude 34.0522 -Longitude -118.2437 -Color "#dc3545" -SizePx 16 -PulseSizePx 32 -SpeedSeconds 2.2
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-HtmlXMapboxPulseMarker [-Color <string>] [-Latitude <double>] [-Longitude <double>] [-PulseSizePx <double>] [-SizePx <double>] [-SpeedSeconds <double>] [<CommonParameters>]#Parameters
- Color string
- Optional marker color.
- Latitude double
- Marker latitude.
- Longitude double
- Marker longitude.
- PulseSizePx double
- Pulse size in pixels.
- SizePx double
- Marker size in pixels.
- SpeedSeconds double
- Pulse speed in seconds.
Outputs
HtmlForgeX.MapboxMap