Class: TileSourceEvent

ol/source/Tile.TileSourceEvent


Events emitted by module:ol/source/Tile~TileSource instances are instances of this type.

Members

The tile related to the event.

Events

tileloadend

source/TileEventType.js, line 17

Triggered when a tile finishes loading, either when its data is loaded, or when loading was aborted because the tile is no longer needed.

tileloaderror

source/TileEventType.js, line 25

Triggered if tile loading results in an error.

tileloadstart

source/TileEventType.js, line 10

Triggered when a tile starts loading.