Class: TileEvent

ol.source.TileEvent

Events emitted by ol.source.Tile instances are instances of this type.

Extends

  • goog.events.Event

Members

tile{ol.Tile} experimental

The tile related to the event.

Events

tileloadend

src/ol/source/tilesource.js, line 340

Triggered when a tile finishes loading.

tileloaderror

src/ol/source/tilesource.js, line 347

Triggered if tile loading results in an error.

tileloadstart

src/ol/source/tilesource.js, line 333

Triggered when a tile starts loading.