Skip to main content

Class: ProcedureTurnLegWaypoint

Defined in: src/garminsdk/components/map/flightplan/MapFlightPlanWaypointRecord.ts:307

A waypoint marking a procedure turn leg.

Extends

  • CustomWaypoint

Constructors

Constructor

new ProcedureTurnLegWaypoint(waypoint, ident): ProcedureTurnLegWaypoint

Defined in: src/garminsdk/components/map/flightplan/MapFlightPlanWaypointRecord.ts:315

Constructor.

Parameters

ParameterTypeDescription
waypointFacilityWaypointThe facility waypoint marking this waypoint's location.
identstringThe ident string of this waypoint.

Returns

ProcedureTurnLegWaypoint

Overrides

CustomWaypoint.constructor

Properties

ident

readonly ident: string

Defined in: src/garminsdk/components/map/flightplan/MapFlightPlanWaypointRecord.ts:315

The ident string of this waypoint.


UID_PREFIX

readonly static UID_PREFIX: "PI" = 'PI'

Defined in: src/garminsdk/components/map/flightplan/MapFlightPlanWaypointRecord.ts:308

Accessors

location

Get Signature

get location(): Subscribable<GeoPointInterface>

Defined in: src/sdk/navigation/Waypoint.ts:102

Inherit Doc
Returns

Subscribable<GeoPointInterface>

Inherited from

CustomWaypoint.location


type

Get Signature

get type(): string

Defined in: src/sdk/navigation/Waypoint.ts:112

Inherit Doc
Returns

string

Inherited from

CustomWaypoint.type


uid

Get Signature

get uid(): string

Defined in: src/sdk/navigation/Waypoint.ts:107

Inherit Doc
Returns

string

Inherited from

CustomWaypoint.uid

Methods

equals()

equals(other): boolean

Defined in: src/sdk/navigation/Waypoint.ts:57

Checks whether this waypoint and another are equal.

Parameters

ParameterTypeDescription
otherWaypointThe other waypoint.

Returns

boolean

whether this waypoint and the other are equal.

Inherited from

CustomWaypoint.equals