Skip to main content

Class: MapAltitudeArcModule

A module describing the display of the altitude intercept arc.

Constructors

constructor

new MapAltitudeArcModule(show?): MapAltitudeArcModule

MapAltitudeArcModule constructor.

Parameters

NameTypeDescription
show?booleanWhen passed, the show field will be initialized to this value.

Returns

MapAltitudeArcModule

Defined in

src/sdk/components/mapsystem/modules/MapAltitudeArcModule.ts:14

Properties

show

Readonly show: Subject<boolean>

Whether to show the altitude intercept arc.

Defined in

src/sdk/components/mapsystem/modules/MapAltitudeArcModule.ts:8