Class: BingUtils
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Bing/BingUtils.ts:7
A utility class for working with Bing instances.
Constructors
Constructor
new BingUtils():
BingUtils
Returns
BingUtils
Methods
getBindDelayForPane()
static
getBindDelayForPane(paneIndex
):number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Bing/BingUtils.ts:15
Gets the amount of the time, in milliseconds, to delay binding a Bing instance for a map containedin a display pane.
Parameters
Parameter | 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.
getBindDelayForSvt()
static
getBindDelayForSvt(pfdIndex
):number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Bing/BingUtils.ts:38
Gets the amount of time, in milliseconds, to delay binding a Bing instance for a synthetic vision (SVT) display.
Parameters
Parameter | 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.