maximumLevelsToSkip

maximumLevelsToSkip: undefined | number

For iModel tile trees, the maximum number of levels of the tree to skip loading when selecting tiles. When selecting tiles, if a given tile is too coarse to display and its graphics have not yet been loaded, we can skip loading its graphics and instead try to select one or more of its children

  • until we have skipped the specified maximum number of levels of the tree, at which point we will load the coarse tile's graphics before evaluating its children for selection. Increasing this value can reduce the amount of time before all tiles are ready when opening a zoomed-in view, but can also increase the number of tiles requested. Default value: 1 Minimum value: 0

alpha

Defined in

Last Updated: 29 November, 2022