Skip to main content

Class: MapRunwayLabelWaypoint

A waypoint for a map runway label.

Hierarchy

  • AbstractWaypoint

    MapRunwayLabelWaypoint

Constructors

constructor

new MapRunwayLabelWaypoint(airport, runway): MapRunwayLabelWaypoint

Constructor.

Parameters

NameTypeDescription
airportAirportFacilityThe parent airport of the runway associated with this waypoint.
runwayOneWayRunwayThe runway associated with this waypoint.

Returns

MapRunwayLabelWaypoint

Overrides

AbstractWaypoint.constructor

Defined in

src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:17

Properties

runway

Readonly runway: OneWayRunway

The runway associated with this waypoint.

Defined in

src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:17

Accessors

location

get location(): Subscribable<GeoPointInterface>

Returns

Subscribable<GeoPointInterface>

Inherit Doc

Overrides

AbstractWaypoint.location

Defined in

src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:37


type

get type(): string

Returns

string

Inherit Doc

Overrides

AbstractWaypoint.type

Defined in

src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:27


uid

get uid(): string

Returns

string

Inherit Doc

Overrides

AbstractWaypoint.uid

Defined in

src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:32

Methods

equals

equals(other): boolean

Parameters

NameType
otherWaypoint

Returns

boolean

Inherited from

AbstractWaypoint.equals

Defined in

src/sdk/navigation/Waypoint.ts:57


getUid

getUid(airport, runway): string

Gets the unique ID for a MapRunwayLabelWaypoint associated with a given airport and runway.

Parameters

NameTypeDescription
airportAirportFacilityThe parent airport of the runway associated with the waypoint.
runwayOneWayRunwayThe runway associated with the waypoint.

Returns

string

The unique ID for the waypoint associated with the specified airport and runway.

Defined in

src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:47