Provides a function that adds a 'loading 'property (using Object.defineProperty) to an ol.layer.Group or a layer with an ol.source.Tile or an ol.source.Image source. This property is true when the layer is loading and false otherwise.
Object.defineProperty
Example:
<span ng-if="layer.loading">please wait</span>
layer.
Scope.
Generated using TypeDoc
Provides a function that adds a 'loading 'property (using
Object.defineProperty
) to an ol.layer.Group or a layer with an ol.source.Tile or an ol.source.Image source. This property is true when the layer is loading and false otherwise.Example: