Skip to main content

Class: ProcedureTurnLegWaypoint

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

A waypoint marking a procedure turn leg.

Extends

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:104

The geographic location of the waypoint.

Returns

Subscribable<GeoPointInterface>

The geographic location of the waypoint.

Inherited from

CustomWaypoint.location


type

Get Signature

get type(): string

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

The unique string type of this waypoint.

Returns

string

The unique string type of this waypoint.

Inherited from

CustomWaypoint.type


uid

Get Signature

get uid(): string

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

A unique string ID assigned to this waypoint.

Returns

string

A unique string ID assigned to this waypoint.

Inherited from

CustomWaypoint.uid

Methods

equals()

equals(other): boolean

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

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