Skip to main content

Class: MapWaypointsModule

A module describing the display of waypoints.

Constructors

constructor

new MapWaypointsModule(): MapWaypointsModule

Returns

MapWaypointsModule

Properties

airportShow

Readonly airportShow: Record<AirportSize, Subject<boolean>>

Whether to show airports.

Defined in

src/garminsdk/components/map/modules/MapWaypointsModule.ts:10


intShow

Readonly intShow: Subject<boolean>

Whether to show intersections.

Defined in

src/garminsdk/components/map/modules/MapWaypointsModule.ts:23


ndbShow

Readonly ndbShow: Subject<boolean>

Whether to show NDBs.

Defined in

src/garminsdk/components/map/modules/MapWaypointsModule.ts:20


runwayLabelMinLength

Readonly runwayLabelMinLength: Subject<number>

The minimum projected length of a runway, in pixels, required to show its label.

Defined in

src/garminsdk/components/map/modules/MapWaypointsModule.ts:35


runwayLabelShow

Readonly runwayLabelShow: Subject<boolean>

Whether to show runway labels.

Defined in

src/garminsdk/components/map/modules/MapWaypointsModule.ts:32


runwayShow

Readonly runwayShow: Subject<boolean>

Whether to show runway outlines.

Defined in

src/garminsdk/components/map/modules/MapWaypointsModule.ts:29


userShow

Readonly userShow: Subject<boolean>

Whether to show user waypoints.

Defined in

src/garminsdk/components/map/modules/MapWaypointsModule.ts:26


vorShow

Readonly vorShow: Subject<boolean>

Whether to show VORs.

Defined in

src/garminsdk/components/map/modules/MapWaypointsModule.ts:17