initialTilesLoaded

The event fired to indicate that all tiles that meet the screen space error this frame are loaded. This event is fired once when all tiles in the initial view are loaded.

This event is fired at the end of the frame after the scene is rendered.

tileset.initialTilesLoaded.addEventListener(function() {
console.log('Initial tiles are loaded');
});

See also