Type Alias: MapRunwayOutlineIconOptions
MapRunwayOutlineIconOptions =
object
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:8
Styling options for MapRunwayOutlineIcon.
Properties
drawCenterLine?
optional
drawCenterLine:boolean
|Subscribable
<boolean
>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:22
Whether to draw centerline markings. Defaults to true
.
drawDesignation?
optional
drawDesignation:boolean
|Subscribable
<boolean
>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:28
Whether to draw designation markings. Defaults to true
.
drawDisplacedThreshold?
optional
drawDisplacedThreshold:boolean
|Subscribable
<boolean
>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:31
Whether to draw displaced threshold markings. Defaults to true
.
drawThreshold?
optional
drawThreshold:boolean
|Subscribable
<boolean
>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:25
Whether to draw threshold markings. Defaults to true
.
fillStyle?
optional
fillStyle: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?
optional
markingColor:string
|Subscribable
<string
>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:19
The color of the runway markings. Defaults to 'white'
.
outlineStyle?
optional
outlineStyle: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?
optional
outlineWidth:number
|Subscribable
<number
>
Defined in: src/garminsdk/components/map/MapRunwayOutlineIcon.ts:13
The width of the runway outline, in pixels. Defaults to 1 pixel.