Class: BingUtils
A utility class for working with Bing instances.
Constructors
constructor
• new BingUtils(): BingUtils
Returns
Methods
getBindDelayForPane
▸ getBindDelayForPane(paneIndex
): number
Gets the amount of the time, in milliseconds, to delay binding a Bing instance for a map containedin a display pane.
Parameters
Name | Type | Description |
---|---|---|
paneIndex | DisplayPaneIndex | The index of the display pane. |
Returns
number
The amount of the time, in milliseconds, to delay binding a Bing instance for map contained in the specified display pane.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Bing/BingUtils.ts:15
getBindDelayForSvt
▸ getBindDelayForSvt(pfdIndex
): number
Gets the amount of time, in milliseconds, to delay binding a Bing instance for a synthetic vision (SVT) display.
Parameters
Name | Type | Description |
---|---|---|
pfdIndex | PfdIndex | The index of the SVT display's parent PFD. |
Returns
number
The amount of time, in milliseconds, to delay binding a Bing instance for the specified synthetic vision (SVT) display.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Bing/BingUtils.ts:38