Skip to main content

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

ParameterTypeDescription
airportAirportFacilityThe parent airport of the runway associated with this waypoint.
runwayOneWayRunwayThe 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

ParameterTypeDescription
otherWaypointThe 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

ParameterTypeDescription
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.