Class: MapWaypointsModule
Defined in: src/garminsdk/components/map/modules/MapWaypointsModule.ts:8
A module describing the display of waypoints.
Constructors
Constructor
new MapWaypointsModule():
MapWaypointsModule
Returns
MapWaypointsModule
Properties
airportShow
readonly
airportShow:Record
<AirportSize
,Subject
<boolean
>>
Defined in: src/garminsdk/components/map/modules/MapWaypointsModule.ts:10
Whether to show airports.
intShow
readonly
intShow:Subject
<boolean
>
Defined in: src/garminsdk/components/map/modules/MapWaypointsModule.ts:23
Whether to show intersections.
ndbShow
readonly
ndbShow:Subject
<boolean
>
Defined in: src/garminsdk/components/map/modules/MapWaypointsModule.ts:20
Whether to show NDBs.
runwayLabelMinLength
readonly
runwayLabelMinLength:Subject
<number
>
Defined in: src/garminsdk/components/map/modules/MapWaypointsModule.ts:35
The minimum projected length of a runway, in pixels, required to show its label.
runwayLabelShow
readonly
runwayLabelShow:Subject
<boolean
>
Defined in: src/garminsdk/components/map/modules/MapWaypointsModule.ts:32
Whether to show runway labels.
runwayShow
readonly
runwayShow:Subject
<boolean
>
Defined in: src/garminsdk/components/map/modules/MapWaypointsModule.ts:29
Whether to show runway outlines.
userShow
readonly
userShow:Subject
<boolean
>
Defined in: src/garminsdk/components/map/modules/MapWaypointsModule.ts:26
Whether to show user waypoints.
vorShow
readonly
vorShow:Subject
<boolean
>
Defined in: src/garminsdk/components/map/modules/MapWaypointsModule.ts:17
Whether to show VORs.