allTilesLoaded

The event fired to indicate that all tiles that meet the screen space error this frame are loaded. The tileset is completely loaded for this view.

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

tileset.allTilesLoaded.addEventListener(function() {
console.log('All tiles are loaded');
});

See also