Class: ProcedureTurnLegWaypoint
A waypoint marking a procedure turn leg.
Hierarchy
CustomWaypoint
↳
ProcedureTurnLegWaypoint
Constructors
constructor
• new ProcedureTurnLegWaypoint(waypoint
, ident
): ProcedureTurnLegWaypoint
Constructor.
Parameters
Name | Type | Description |
---|---|---|
waypoint | FacilityWaypoint <Facility > | The facility waypoint marking this waypoint's location. |
ident | string | The ident string of this waypoint. |
Returns
Overrides
CustomWaypoint.constructor
Defined in
src/garminsdk/components/map/flightplan/MapFlightPlanWaypointRecord.ts:315
Properties
ident
• Readonly
ident: string
The ident string of this waypoint.
Defined in
src/garminsdk/components/map/flightplan/MapFlightPlanWaypointRecord.ts:315
UID_PREFIX
▪ Static
Readonly
UID_PREFIX: "PI"
Defined in
src/garminsdk/components/map/flightplan/MapFlightPlanWaypointRecord.ts:308
Accessors
location
• get
location(): Subscribable
<GeoPointInterface
>
Returns
Subscribable
<GeoPointInterface
>
Inherit Doc
Inherited from
CustomWaypoint.location
Defined in
src/sdk/navigation/Waypoint.ts:102
type
• get
type(): string
Returns
string
Inherit Doc
Inherited from
CustomWaypoint.type
Defined in
src/sdk/navigation/Waypoint.ts:112
uid
• get
uid(): string
Returns
string
Inherit Doc
Inherited from
CustomWaypoint.uid
Defined in
src/sdk/navigation/Waypoint.ts:107
Methods
equals
▸ equals(other
): boolean
Parameters
Name | Type |
---|---|
other | Waypoint |
Returns
boolean
Inherited from
CustomWaypoint.equals
Defined in
src/sdk/navigation/Waypoint.ts:57