loaded method

bool loaded()

Returns a Boolean indicating whether the map is fully loaded.

Returns false if the style is not yet fully loaded, or if there has been a change to the sources or style that has not yet fully loaded.

@returns {boolean} A Boolean indicating whether the map is fully loaded.

Implementation

bool loaded() => jsObject.loaded();