Skip to main content

Class: BingUtils

A utility class for working with Bing instances.

Constructors

constructor

new BingUtils(): BingUtils

Returns

BingUtils

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

NameTypeDescription
paneIndexDisplayPaneIndexThe 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

NameTypeDescription
pfdIndexPfdIndexThe 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