Class: MapRunwayLabelWaypoint
A waypoint for a map runway label.
Hierarchy
AbstractWaypoint
↳
MapRunwayLabelWaypoint
Constructors
constructor
• new MapRunwayLabelWaypoint(airport
, runway
): MapRunwayLabelWaypoint
Constructor.
Parameters
Name | Type | Description |
---|---|---|
airport | AirportFacility | The parent airport of the runway associated with this waypoint. |
runway | OneWayRunway | The runway associated with this waypoint. |
Returns
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
Name | Type |
---|---|
other | Waypoint |
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
Name | 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.
Defined in
src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:47