Type Alias: G3XNearestMapOptions
G3XNearestMapOptions =
object
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:43
Options for creating a G3X Touch nearest map.
Properties
airplaneIconOrientation?
optionalairplaneIconOrientation:MapOwnAirplaneIconOrientation|Subscribable<MapOwnAirplaneIconOrientation>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:117
The orientation of the player airplane icon. Defaults to MapOwnAirplaneIconOrientation.HeadingUp.
airplaneIconSrc
airplaneIconSrc:
string|Subscribable<string>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:114
The URI of the player airplane icon's image asset
allowRelativeTerrainMode?
optionalallowRelativeTerrainMode:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:195
Whether to allow relative terrain mode. Defaults to true. Ignored if useTerrainUserSettings is false or
settingManager is not defined.
bingDelay?
optionalbingDelay:number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:54
The amount of time, in milliseconds, to delay binding the map's Bing Map instance. Defaults to 0.
bingId
bingId:
string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:51
The ID to assign to the map's bound Bing Map instance.
dataUpdateFreq
dataUpdateFreq:
number|null|Subscribable<number|null>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:62
The default frequency, in hertz, at which to update player airplane and autopilot properties from their bound data
sources. If the frequency is null, then updates will not be throttled by frequency - each property will be
updated as soon as the value of its data source changes. If the frequency is not null, then each property will
only be updated when the map is updated, and the frequency of updates will not exceed updateFreq.
facilityLoader?
optionalfacilityLoader:FacilityLoader
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:48
The facility loader to use. If not defined, then a default instance will be created.
flightPlanner?
optionalflightPlanner:FlightPlanner|Subscribable<FlightPlanner>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:120
The flight planner containing the active flight plan. Required to display the active flight plan.
gduFormat
gduFormat:
GduFormat
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:45
The format of the map's parent GDU.
gduIndex
gduIndex:
number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:65
The index of the GDU from which the map sources data.
gduSettingManager
gduSettingManager:
UserSettingManager<GduUserSettingTypes>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:68
A manager for GDU user settings.
groundRelativeTerrainBlendDuration?
optionalgroundRelativeTerrainBlendDuration:number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:201
The amount of time, in milliseconds, over which to blend the on-ground and relative terrain mode colors when transitioning between the two. Defaults to 10000 milliseconds.
highlightLineOptions?
optionalhighlightLineOptions:Readonly<WaypointHighlightLineOptions>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:74
Styling options for the waypoint highlight line. Defaults to the options returned by
G3XMapUtils.waypointHighlightLineOptions() for the appropriate GDU format.
highlightMargins?
optionalhighlightMargins:ReadonlyFloat64Array
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:81
The margins around the projected map boundaries to respect when automatically selecting a range to place a
highlighted waypoint in view, as [left, top, right, bottom] in pixels. Positive values move the margin inwards
toward the center of the projection. Defaults to [0, 0, 0, 0].
includeAirspaces?
optionalincludeAirspaces:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:111
Whether to display airspaces. Defaults to true.
includeAltitudeArc?
optionalincludeAltitudeArc:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:138
Whether to include the altitude intercept arc display. Defaults to true.
includeDetailIndicator?
optionalincludeDetailIndicator:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:147
Whether to include a detail indicator. Defaults to true.
includeDragPan?
optionalincludeDragPan:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:102
Whether to include support for drag-to-pan. Defaults to true.
includeMiniCompass?
optionalincludeMiniCompass:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:141
Whether to include a mini-compass. Defaults to false.
includeRelativeTerrainStatusIndicator?
optionalincludeRelativeTerrainStatusIndicator:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:162
Whether to include a relative terrain mode status indicator. Defaults to true.
includeRunwayOutlines?
optionalincludeRunwayOutlines:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:108
Whether to display airport runway outlines. Defaults to true.
includeTerrainScale?
optionalincludeTerrainScale:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:159
Whether to include a terrain scale indicator. Defaults to true.
includeTrackVector?
optionalincludeTrackVector:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:135
Whether to include the track vector display. Defaults to true.
includeTrafficFailedIndicator?
optionalincludeTrafficFailedIndicator:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:156
Whether to include a traffic failed mode indicator. Defaults to true.
includeTrafficOffScaleIndicator?
optionalincludeTrafficOffScaleIndicator:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:153
Whether to include a traffic off-scale status indicator. Defaults to true.
includeTrafficStatusIndicator?
optionalincludeTrafficStatusIndicator:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:165
Whether to include a traffic status indicator. Defaults to true.
lnavIndex?
optionallnavIndex:number|Subscribable<number>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:123
The index of the LNAV instance associated with the active flight plan. Required to display the active flight plan.
metricRangeArray?
optionalmetricRangeArray: readonlyNumberUnitInterface<Distance>[]
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:99
The map range array to use for metric units mode. Defaults to a standard range array.
nauticalRangeArray?
optionalnauticalRangeArray: readonlyNumberUnitInterface<Distance>[]
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:96
The map range array to use for nautical units mode. Defaults to a standard range array.
nexradMinRangeIndex?
optionalnexradMinRangeIndex:number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:206
The minimum range index, inclusive, at which NEXRAD is visible.
noGpsBannerText?
optionalnoGpsBannerText:string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:105
The text of the banner that is displayed when GPS position is not available. Defaults to 'NO GPS POSITION'.
projectedRange
projectedRange:
number|Subscribable<number>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:87
The projected scale of the map's nominal range, in pixels.
rangeTargetControlGroup?
optionalrangeTargetControlGroup:"top-right"|"bottom-left"|"bottom-right"
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:144
The indicator group in which to render the range/target control indicator. Defaults to 'top-right'.
settingManager?
optionalsettingManager:UserSettingManager<Partial<G3XMapUserSettingTypes>>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:177
A user setting manager containing map settings. If not defined, map options will not be controlled by user settings.
showDetailIndicatorTitle?
optionalshowDetailIndicatorTitle:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:150
Whether to show the detail indicator title. Defaults to true. Ignored if includeDetailIndicator is false.
showTrafficAltRestriction?
optionalshowTrafficAltRestriction:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:171
Whether to show the traffic altitude restriction mode on the traffic status indicator. Defaults to true. Ignored
if includeTrafficStatusIndicator is false.
targetOffset?
optionaltargetOffset:ReadonlyFloat64Array|Subscribable<ReadonlyFloat64Array>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:93
The nominal projected target offset of the map, as [x, y], where each component is expressed relative to the
width or height of the map's projected window, excluding the dead zone. Defaults to [0, 0].
trafficIconOptions?
optionaltrafficIconOptions:G3XNearestMapTrafficIconOptions
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:132
Configuration options for traffic icons. Required to display traffic.
trafficSettingManager?
optionaltrafficSettingManager:UserSettingManager<Partial<TrafficUserSettingTypes>>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:183
A user setting manager containing settings controlling the operation of the traffic system. If not defined, certain traffic display options will not be controlled by user settings.
trafficSystem?
optionaltrafficSystem:TrafficSystem
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:129
The traffic system from which to retrieve traffic intruder data. Required to display traffic.
unitsSettingManager?
optionalunitsSettingManager:UnitsUserSettingManager
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:186
A display units user setting manager. If not defined, map display units will not be controlled by user settings.
useAirspaceVisUserSettings?
optionaluseAirspaceVisUserSettings:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:230
Whether to bind airspace visibility to user settings. Defaults to true. Ignored if settingManager is not
defined.
useAltitudeArcUserSettings?
optionaluseAltitudeArcUserSettings:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:242
Whether to bind altitude intercept arc options to user settings. Defaults to true. Ignored if settingManager
is not defined.
useDeclutterUserSetting?
optionaluseDeclutterUserSetting:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:218
Whether to bind the global declutter function to user settings. Defaults to true. Ignored if settingManager is
not defined.
useNexradUserSettings?
optionaluseNexradUserSettings:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:212
Whether to bind the display of NEXRAD to user settings. Defaults to true. Ignored if settingManager is not
defined.
useTerrainUserSettings?
optionaluseTerrainUserSettings:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:189
Whether to bind terrain colors to user settings. Defaults to true. Ignored if settingManager is not defined.
useTrackVectorUserSettings?
optionaluseTrackVectorUserSettings:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:236
Whether to bind track vector options to user settings. Defaults to true. Ignored if settingManager is not
defined.
useWaypointUserSettings?
optionaluseWaypointUserSettings:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:224
Whether to bind waypoint visibility and label text to user settings. Ignored if settingManager is not
defined. Defaults to true.
vnavIndex?
optionalvnavIndex:number|Subscribable<number>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:126
The index of the VNAV instance associated with the active flight plan. Required to display the active flight plan.
waypointStyleScale?
optionalwaypointStyleScale:number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Assembled/G3XNearestMapBuilder.tsx:84
The scaling factor of waypoint icons and labels. Defaults to 1.