numReadyTiles

numReadyTiles: number = 0

The number of tiles which were ready and met the desired level-of-detail for display in the view as of the most recently-drawn frame. These tiles may not have been selected because some other (probably sibling) tiles were not ready for display. This is a useful metric for determining how "complete" the view is - e.g., one indicator of progress toward view completion can be expressed as: (numReadyTiles) / (numReadyTiles + numRequestedTiles)

note This member should be treated as read-only - it should only be modified internally.

see Viewport.numSelectedTiles

see Viewport.numRequestedTiles

Defined in

Last Updated: 13 June, 2024