Interface: WaypointAlertStateEvent
Defined in: src/garminsdk/navigation/WaypointAlertComputer.ts:39
A waypoint alert state event with a defined course.
Properties
course?
optional
course:number
Defined in: src/garminsdk/navigation/WaypointAlertComputer.ts:47
The new course, in degrees true.
courseMag?
optional
courseMag:number
Defined in: src/garminsdk/navigation/WaypointAlertComputer.ts:50
The new course, in degrees magnetic.
courseType?
optional
courseType:WaypointAlertCourseType
Defined in: src/garminsdk/navigation/WaypointAlertComputer.ts:53
The type of course to follow.
newState
newState:
WaypointAlertingState
Defined in: src/garminsdk/navigation/WaypointAlertComputer.ts:44
The new alerting state.
previousState
previousState:
WaypointAlertingState
Defined in: src/garminsdk/navigation/WaypointAlertComputer.ts:41
The previous alerting state.