areTilesLoaded method
Returns a Boolean indicating whether all tiles in the viewport from all sources on the style are loaded.
@returns {boolean} A Boolean indicating whether all tiles are loaded. @example var tilesLoaded = map.areTilesLoaded();
Implementation
bool areTilesLoaded() => jsObject.areTilesLoaded();