AbstractProtecteddisposedThe object has already been disposed.
A key assigned to the tile. This is used in conjunction with a source key to determine if a cached version of this tile may be used by the renderer.
ProtectedstateProtectedchangedDispatches an event and calls all listeners listening for events
of this type. The event parameter can either be a string or an
Object with a type property.
Event object.
false if anyone called preventDefault on the
event object or if any of the listeners returned false.
ProtecteddisposeAbstractloadSets the state of this tile. If you write your own module:ol/Tile~LoadFunction tileLoadFunction , it is important to set the state correctly to module:ol/TileState~ERROR when the tile cannot be loaded. Otherwise the tile cannot be removed from the tile queue and will block other requests.
State.
Classdesc
Base class for tiles.