Type Alias: MapRunwayOutlineIconOptions
MapRunwayOutlineIconOptions =
object
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:8
Styling options for MapRunwayOutlineIcon.
Properties
drawCenterLine?
optionaldrawCenterLine:boolean|Subscribable<boolean>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:22
Whether to draw centerline markings. Defaults to true.
drawDesignation?
optionaldrawDesignation:boolean|Subscribable<boolean>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:28
Whether to draw designation markings. Defaults to true.
drawDisplacedThreshold?
optionaldrawDisplacedThreshold:boolean|Subscribable<boolean>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:31
Whether to draw displaced threshold markings. Defaults to true.
drawThreshold?
optionaldrawThreshold:boolean|Subscribable<boolean>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:25
Whether to draw threshold markings. Defaults to true.
fillStyle?
optionalfillStyle:string|CanvasGradient|CanvasPattern|Subscribable<string|CanvasGradient|CanvasPattern>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:10
The fill style of the runway. Defaults to '#afafaf'.
markingColor?
optionalmarkingColor:string|Subscribable<string>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:19
The color of the runway markings. Defaults to 'white'.
outlineStyle?
optionaloutlineStyle:string|CanvasGradient|CanvasPattern|Subscribable<string|CanvasGradient|CanvasPattern>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:16
The outline style of the runway. Defaults to 'white'.
outlineWidth?
optionaloutlineWidth:number|Subscribable<number>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:13
The width of the runway outline, in pixels. Defaults to 1 pixel.