Skip to main content

Class: WaypointMapSelectionModule

A module which defines selected waypoint information for waypoint information maps.

Constructors

constructor

new WaypointMapSelectionModule(): WaypointMapSelectionModule

Returns

WaypointMapSelectionModule

Properties

runway

Readonly runway: Subject<null | AirportRunway>

The selected airport runway.

Defined in

src/garminsdk/components/map/modules/WaypointMapSelectionModule.ts:11


waypoint

Readonly waypoint: Subject<null | Waypoint>

The selected waypoint.

Defined in

src/garminsdk/components/map/modules/WaypointMapSelectionModule.ts:8