Class: MapRunwayOutlineWaypoint
Defined in: src/garminsdk/components/map/MapRunwayOutlineWaypoint.ts:8
A waypoint for a map runway outline.
Extends
Constructors
Constructor
new MapRunwayOutlineWaypoint(
airport
,runway
):MapRunwayOutlineWaypoint
Defined in: src/garminsdk/components/map/MapRunwayOutlineWaypoint.ts:28
Constructor.
Parameters
Parameter | Type | Description |
---|---|---|
airport | AirportFacility | The parent airport of the runway associated with this waypoint. |
runway | AirportRunway | The runway associated with this waypoint. |
Returns
MapRunwayOutlineWaypoint
Overrides
Properties
primaryNumber
readonly
primaryNumber:number
Defined in: src/garminsdk/components/map/MapRunwayOutlineWaypoint.ts:18
The primary runway number of this waypoint's associated runway.
runway
readonly
runway:AirportRunway
Defined in: src/garminsdk/components/map/MapRunwayOutlineWaypoint.ts:28
The runway associated with this waypoint.
secondaryNumber
readonly
secondaryNumber:undefined
|number
Defined in: src/garminsdk/components/map/MapRunwayOutlineWaypoint.ts:21
The secondary runway number of this waypoint's associated runway, or undefined
if there is no secondary runway.
surfaceCategory
readonly
surfaceCategory:RunwaySurfaceCategory
Defined in: src/garminsdk/components/map/MapRunwayOutlineWaypoint.ts:15
The surface category of this waypoint's associated runway.
Accessors
location
Get Signature
get location():
Subscribable
<GeoPointInterface
>
Defined in: src/garminsdk/components/map/MapRunwayOutlineWaypoint.ts:45
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/MapRunwayOutlineWaypoint.ts:35
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/MapRunwayOutlineWaypoint.ts:40
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/MapRunwayOutlineWaypoint.ts:55
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 | AirportRunway | The runway associated with the waypoint. |
Returns
string
The unique ID for the waypoint associated with the specified airport and runway.