Skip to main content

Class: WaypointMapSelectionModule

Defined in: src/garminsdk/components/map/modules/WaypointMapSelectionModule.ts:6

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>

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

The selected airport runway.


waypoint

readonly waypoint: Subject<null | Waypoint>

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

The selected waypoint.