Class: MapRunwayLabelWaypoint
Defined in: src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:6
A waypoint for a map runway label.
Extends
AbstractWaypoint
Constructors
Constructor
new MapRunwayLabelWaypoint(
airport
,runway
):MapRunwayLabelWaypoint
Defined in: src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:17
Constructor.
Parameters
Parameter | Type | Description |
---|---|---|
airport | AirportFacility | The parent airport of the runway associated with this waypoint. |
runway | OneWayRunway | The runway associated with this waypoint. |
Returns
MapRunwayLabelWaypoint
Overrides
AbstractWaypoint.constructor
Properties
runway
readonly
runway:OneWayRunway
Defined in: src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:17
The runway associated with this waypoint.
Accessors
location
Get Signature
get location():
Subscribable
<GeoPointInterface
>
Defined in: src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:37
Inherit Doc
Returns
Subscribable
<GeoPointInterface
>
Overrides
AbstractWaypoint.location
type
Get Signature
get type():
string
Defined in: src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:27
Inherit Doc
Returns
string
Overrides
AbstractWaypoint.type
uid
Get Signature
get uid():
string
Defined in: src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:32
Inherit Doc
Returns
string
Overrides
AbstractWaypoint.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
AbstractWaypoint.equals
getUid()
static
getUid(airport
,runway
):string
Defined in: src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:47
Gets the unique ID for a MapRunwayLabelWaypoint associated with a given airport and runway.
Parameters
Parameter | Type | Description |
---|---|---|
airport | AirportFacility | The parent airport of the runway associated with the waypoint. |
runway | OneWayRunway | The runway associated with the waypoint. |
Returns
string
The unique ID for the waypoint associated with the specified airport and runway.