Class: MapRunwayLabelWaypoint
Defined in: src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:6
A waypoint for a map runway label.
Extends
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
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
The geographic location of the waypoint.
Returns
Subscribable
<GeoPointInterface
>
The geographic location of the waypoint.
Overrides
type
Get Signature
get type():
string
Defined in: src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:27
The unique string type of this waypoint.
Returns
string
The unique string type of this waypoint.
Overrides
uid
Get Signature
get uid():
string
Defined in: src/garminsdk/components/map/MapRunwayLabelWaypoint.ts:32
A unique string ID assigned to this waypoint.
Returns
string
A unique string ID assigned to this waypoint.
Overrides
Methods
equals()
equals(
other
):boolean
Defined in: src/sdk/navigation/Waypoint.ts:59
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
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.