Type Alias: NextGenNavMapOptions
NextGenNavMapOptions =
object
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:48
Options for creating a next-generation (NXi, G3000, etc) Garmin navigation map.
Properties
airplaneIconAnchor
airplaneIconAnchor:
ReadonlyFloat64Array|Subscribable<ReadonlyFloat64Array>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:169
The point on the player airplane icon that is anchored to the airplane's position, or a subscribable which provides it. The point is expressed as a 2-tuple relative to the icon's width and height, with [0, 0] at the top left and [1, 1] at the bottom right.
airplaneIconOrientation?
optionalairplaneIconOrientation:MapOwnAirplaneIconOrientation|Subscribable<MapOwnAirplaneIconOrientation>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:172
The orientation of the player airplane icon. Defaults to MapOwnAirplaneIconOrientation.HeadingUp.
airplaneIconSize
airplaneIconSize:
number
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:162
The size of the player airplane icon, in pixels.
airplaneIconSrc
airplaneIconSrc:
string|Subscribable<string>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:159
The URI of the player airplane icon's image asset
allowRelativeTerrainMode?
optionalallowRelativeTerrainMode:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:306
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/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:56
The amount of time, in milliseconds, to delay binding the map's Bing Map instance. Defaults to 0.
bingId
bingId:
string
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:53
The ID to assign to the map's bound Bing Map instance.
dataUpdateFreq
dataUpdateFreq:
number|null|Subscribable<number|null>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:64
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.
defaultFocusRangeIndex?
optionaldefaultFocusRangeIndex:number
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:205
The default map range index to apply when the procedure focus consists of only a single point in space. Defaults
to 17 (25 NM/50 KM with standard range arrays).
drawEntirePlan?
optionaldrawEntirePlan:boolean|Subscribable<boolean>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:187
Whether to always draw the entire active flight plan, or a subscribable which provides it. Defaults to false.
Ignored if the active flight plan is not displayed.
facilityLoader?
optionalfacilityLoader:FacilityLoader
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:50
The facility loader to use. If not defined, then a default instance will be created.
flightPlanner?
optionalflightPlanner:FlightPlanner
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:175
The flight planner containing the active flight plan. Required to display the active flight plan.
groundRelativeTerrainBlendDuration?
optionalgroundRelativeTerrainBlendDuration:number
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:312
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.
includeAirspaces?
optionalincludeAirspaces:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:156
Whether to display airspaces. Defaults to true.
includeAltitudeArc?
optionalincludeAltitudeArc:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:217
Whether to include the altitude intercept arc display. Defaults to true.
includeDetailIndicator?
optionalincludeDetailIndicator:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:249
Whether to include a detail indicator. Defaults to true.
includeOrientationIndicator?
optionalincludeOrientationIndicator:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:243
Whether to include an orientation indicator. Defaults to true.
includeRangeIndicator?
optionalincludeRangeIndicator:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:246
Whether to include a map range indicator. Defaults to false.
includeRunwayOutlines?
optionalincludeRunwayOutlines:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:139
Whether to display airport runway outlines. Defaults to false.
includeTerrainScale?
optionalincludeTerrainScale:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:261
Whether to include a terrain scale indicator. Defaults to true.
includeTrackVector?
optionalincludeTrackVector:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:214
Whether to include the track vector display. Defaults to true.
includeTrafficFailedIndicator?
optionalincludeTrafficFailedIndicator:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:258
Whether to include a traffic failed mode indicator. Defaults to true.
includeTrafficOffScaleIndicator?
optionalincludeTrafficOffScaleIndicator:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:255
Whether to include a traffic off-scale status indicator. Defaults to true.
includeTrafficStatusIndicator?
optionalincludeTrafficStatusIndicator:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:270
Whether to include a traffic status indicator. Defaults to true.
includeWindVector?
optionalincludeWindVector:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:220
Whether to include the wind vector display. Defaults to true. Ignored if windDataProvider is not defined.
lnavIndex?
optionallnavIndex:number|Subscribable<number>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:178
The index of the LNAV from which to source data. Defaults to 0.
metricRangeArray?
optionalmetricRangeArray: readonlyNumberUnitInterface<Distance>[]
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:114
The map range array to use for metric units mode. Defaults to a standard range array.
miniCompassImgSrc?
optionalminiCompassImgSrc:string
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:240
The URI of the mini-compass's image asset. Required to display the mini-compass.
nauticalRangeArray?
optionalnauticalRangeArray: readonlyNumberUnitInterface<Distance>[]
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:111
The map range array to use for nautical units mode. Defaults to a standard range array.
nexradMinRangeIndex?
optionalnexradMinRangeIndex:number
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:317
The minimum range index, inclusive, at which NEXRAD is visible.
noGpsBannerText?
optionalnoGpsBannerText:string
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:130
The text of the banner that is displayed when GPS position is not available. Defaults to 'NO GPS POSITION'.
noHeadingAirplaneIconAnchor?
optionalnoHeadingAirplaneIconAnchor:ReadonlyFloat64Array|Subscribable<ReadonlyFloat64Array>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:127
The point on the no-heading player airplane icon that is anchored to the airplane's position, or a subscribable which provides it. The point is expressed as a 2-tuple relative to the icon's width and height, with [0, 0] at the top left and [1, 1] at the bottom right.
noHeadingAirplaneIconSrc?
optionalnoHeadingAirplaneIconSrc:string|Subscribable<string>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:120
The URI of the no-heading player airplane icon's image asset, or a subscribable which provides it.
nominalFocusMargins?
optionalnominalFocusMargins:ReadonlyFloat64Array|Subscribable<ReadonlyFloat64Array>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:199
A subscribable which provides the nominal focus margins, as [left, top, right, bottom] in pixels. The nominal
margins define the offset of the boundaries of the focus region relative to the map's projected window,
excluding the dead zone. Positive values represent offsets toward the center of the window. When the flight plan
is focused, the focused elements of the plan are guaranteed to be contained within the focus region. Defaults to
[0, 0, 0, 0].
pointerBoundsOffset?
optionalpointerBoundsOffset:ReadonlyFloat64Array|Subscribable<ReadonlyFloat64Array>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:231
The offset of the boundary surrounding the area in which the pointer can freely move, from the edge of the
projected map, excluding the dead zone, or a subscribable which provides it. Expressed as
[left, top, right, bottom], relative to the width and height, as appropriate, of the projected map window. A
positive offset is directed toward the center of the map. Required to support the map pointer.
pointerInfoSize?
optionalpointerInfoSize:MapPointerInfoLayerSize
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:237
The size of the pointer information box. Required to display the pointer information box. Ignored if the map pointer is not supported.
rangeCompassOptions
rangeCompassOptions:
RangeCompassOptions
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:136
Styling options for the range compass.
rangeEndpoints?
optionalrangeEndpoints:Partial<Record<MapOrientation,ReadonlyFloat64Array|Subscribable<ReadonlyFloat64Array>>>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:108
The range endpoints of the map for each orientation mode, as [x1, y1, x2, y2], where each component is expressed
relative to the width or height of the map's projected window, excluding the dead zone. Defaults to the
following:
{
[MapOrientation.NorthUp]: [0.5, 0.5, 0.5, 0.25],
[MapOrientation.HeadingUp]: [0.5, 0.67, 0.5, 0.33],
[MapOrientation.TrackUp]: [0.5, 0.67, 0.5, 0.33]
}
rangeRingOptions
rangeRingOptions:
RangeRingOptions
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:133
Styling options for the range ring.
relativeTerrainStatusIndicatorIconPath?
optionalrelativeTerrainStatusIndicatorIconPath:string
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:267
The path to the relative terrain mode status indicator icon's image file. Required to include the relative terrain mode status indicator.
runwayDesignationImageCache?
optionalrunwayDesignationImageCache:MapRunwayDesignationImageCache
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:145
The image cache from which to retrieve runway designation images. If not defined, runway designations will not be
rendered. Ignored if includeRunwayOutlines is false.
settingManager?
optionalsettingManager:UserSettingManager<Partial<MapUserSettingTypes>>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:282
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/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:252
Whether to show the detail indicator title. Defaults to true. Ignored if includeDetailIndicator is false.
showTrafficAltRestriction?
optionalshowTrafficAltRestriction:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:276
Whether to show the traffic altitude restriction mode on the traffic status indicator. Defaults to true. Ignored
if includeTrafficStatusIndicator is false.
supportDataIntegrity?
optionalsupportDataIntegrity:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:117
Whether to support data integrity state. Defaults to true.
supportFlightPlanFocus?
optionalsupportFlightPlanFocus:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:190
Whether to support flight plan focus. Defaults to false. Ignored if the active flight plan is not displayed.
targetOffsets?
optionaltargetOffsets:Partial<Record<MapOrientation,ReadonlyFloat64Array|Subscribable<ReadonlyFloat64Array>>>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:94
The nominal projected target offset of the map for each orientation mode, 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
the following:
{
[MapOrientation.NorthUp]: [0, 0],
[MapOrientation.HeadingUp]: [0, 0.17],
[MapOrientation.TrackUp]: [0, 0.17]
}
trafficIconOptions?
optionaltrafficIconOptions:NextGenNavMapTrafficIconOptions
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:211
Configuration options for traffic icons. Required to display traffic.
trafficSettingManager?
optionaltrafficSettingManager:UserSettingManager<Partial<TrafficUserSettingTypes>>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:288
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/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:208
The traffic system from which to retrieve traffic intruder data. Required to display traffic.
unitsSettingManager?
optionalunitsSettingManager:UnitsUserSettingManager
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:291
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/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:341
Whether to bind airspace visibility to user settings. Defaults to true. Ignored if settingManager is not
defined.
useAltitudeArcUserSettings?
optionaluseAltitudeArcUserSettings:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:353
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/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:329
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/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:323
Whether to bind the display of NEXRAD to user settings. Defaults to true. Ignored if settingManager is not
defined.
useOrientationUserSettings?
optionaluseOrientationUserSettings:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:297
Whether to bind map orientation to user settings. Defaults to true. Ignored if settingManager is not defined.
useRangeUserSettingByDefault?
optionaluseRangeUserSettingByDefault:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:294
Whether the map's range should be controlled by user setting by default. Defaults to true.
userFacilityScopeFilter()?
optionaluserFacilityScopeFilter: (scope) =>boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:153
A function that filters user facilities to be displayed by the nearest waypoints layer based on their scopes. If not defined, then user facilities will not be filtered based on scope.
Parameters
| Parameter | Type | Description |
|---|---|---|
scope | string | A user facility scope. |
Returns
boolean
Whether to display the user facility with the specified scope.
useTerrainUserSettings?
optionaluseTerrainUserSettings:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:300
Whether to bind terrain colors to user settings. Defaults to true. Ignored if settingManager is not defined.
useTrackVectorUserSettings?
optionaluseTrackVectorUserSettings:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:347
Whether to bind track vector options to user settings. Defaults to true. Ignored if settingManager is not
defined.
useWaypointVisUserSettings?
optionaluseWaypointVisUserSettings:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:335
Whether to bind waypoint visibility to user settings. Defaults to true. Ignored if settingManager is not
defined.
useWindVectorUserSettings?
optionaluseWindVectorUserSettings:boolean
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:359
Whether to bind wind vector options to user settings. Defaults to true. Ignored if settingManager is not
defined.
vnavIndex?
optionalvnavIndex:number|Subscribable<number>
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:181
The index of the VNAV from which to source data. Defaults to 0.
waypointIconImageCache
waypointIconImageCache:
WaypointIconImageCache
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:67
The image cache from which to retrieve waypoint icon images.
waypointRendererAirportDataFlags?
optionalwaypointRendererAirportDataFlags:number
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:80
Bitflags describing the requested data to be loaded in airport facilities retrieved by the map for rendering purposes. This controls what data are available from airport waypoints registered with the map's waypoint renderer. Defaults to NextGenGarminMapUtils.AIRPORT_DATA_FLAGS.
waypointStyleFontType
waypointStyleFontType:
"Roboto"|"DejaVu"
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:70
The font type to use for waypoint labels.
waypointStyleScale?
optionalwaypointStyleScale:number
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:73
The scaling factor of waypoint icons and labels. Defaults to 1.
windDataProvider?
optionalwindDataProvider:WindDataProvider
Defined in: src/garminsdk/components/map/assembled/NextGenNavMapBuilder.tsx:223
A provider of wind data for the wind vector. Required to display the wind vector.