Type Alias: FlightPathLegLineStyle
FlightPathLegLineStyle =
object
Defined in: src/sdk/components/map/FlightPathLegLineRenderer.ts:10
A style definition for a line rendered by FlightPathLegLineRenderer.
Properties
isContinuous
isContinuous:
boolean
Defined in: src/sdk/components/map/FlightPathLegLineRenderer.ts:30
Whether the line is continuous with the last vector.
outlineDash
outlineDash: readonly
number
[] |null
Defined in: src/sdk/components/map/FlightPathLegLineRenderer.ts:27
The dash array of the line outline, or null
if the outline is solid.
outlineStyle
outlineStyle:
string
|CanvasPattern
|CanvasGradient
Defined in: src/sdk/components/map/FlightPathLegLineRenderer.ts:24
The style of the line outline.
outlineWidth
outlineWidth:
number
Defined in: src/sdk/components/map/FlightPathLegLineRenderer.ts:21
The width of the line outline, in pixels. A width of zero or less will cause the outline to not be rendered.
strokeDash
strokeDash: readonly
number
[] |null
Defined in: src/sdk/components/map/FlightPathLegLineRenderer.ts:18
The dash array of the line stroke, or null
if the stroke is solid.
strokeStyle
strokeStyle:
string
|CanvasPattern
|CanvasGradient
Defined in: src/sdk/components/map/FlightPathLegLineRenderer.ts:15
The style of the line stroke.
strokeWidth
strokeWidth:
number
Defined in: src/sdk/components/map/FlightPathLegLineRenderer.ts:12
The width of the line stroke, in pixels. A width of zero or less will cause the stroke to not be rendered.