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
Parameter | Type | Description |
---|---|---|
waypoint | FacilityWaypoint | The facility waypoint marking this waypoint's location. |
ident | string | The 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
Parameter | Type | Description |
---|---|---|
other | Waypoint | The other waypoint. |
Returns
boolean
whether this waypoint and the other are equal.
Inherited from
CustomWaypoint.equals