Skip to main content

Interface: WaypointAlertStateEvent

A waypoint alert state event with a defined course.

Properties

course

Optional course: number

The new course, in degrees true.

Defined in

src/garminsdk/navigation/WaypointAlertComputer.ts:47


courseMag

Optional courseMag: number

The new course, in degrees magnetic.

Defined in

src/garminsdk/navigation/WaypointAlertComputer.ts:50


courseType

Optional courseType: WaypointAlertCourseType

The type of course to follow.

Defined in

src/garminsdk/navigation/WaypointAlertComputer.ts:53


newState

newState: WaypointAlertingState

The new alerting state.

Defined in

src/garminsdk/navigation/WaypointAlertComputer.ts:44


previousState

previousState: WaypointAlertingState

The previous alerting state.

Defined in

src/garminsdk/navigation/WaypointAlertComputer.ts:41