Skip to main content

Type Alias: WaypointAlertComputerOptions

WaypointAlertComputerOptions = object

Defined in: src/garminsdk/navigation/WaypointAlertComputer.ts:59

Configuration options for WaypointAlertComputer.

Properties

alertLookaheadTime

alertLookaheadTime: number

Defined in: src/garminsdk/navigation/WaypointAlertComputer.ts:67

The amount of time from the waypoint or target turn, in seconds, to begin alerting.


flightPlanner

flightPlanner: FlightPlanner | Subscribable<FlightPlanner>

Defined in: src/garminsdk/navigation/WaypointAlertComputer.ts:61

The flight planner from which to retrieve the active flight plan.


optional lnavIndex: number | Subscribable<number>

Defined in: src/garminsdk/navigation/WaypointAlertComputer.ts:64

The index of the LNAV from which to source data. Defaults to 0.


nowAlertTime?

optional nowAlertTime: number

Defined in: src/garminsdk/navigation/WaypointAlertComputer.ts:73

The amount of time, in seconds, to keep "...NOW" alerts active after they have been triggered. Defaults to five seconds.