isStyleLoaded method
Returns a Boolean indicating whether the map's style is fully loaded.
@returns {boolean} A Boolean indicating whether the style is fully loaded.
@example var styleLoadStatus = map.isStyleLoaded();
Implementation
bool isStyleLoaded() => jsObject.isStyleLoaded();