Class: TileEvent

ol.source.TileEvent

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

Extends

Members

target{Object}

The event target.

tile{ol.Tile} experimental

The tile related to the event.

type{string}

The event type.

Methods

preventDefault() inherited

src/ol/events/event.js, line 48

Stop event propagation.

stopPropagation() inherited

src/ol/events/event.js, line 55

Stop event propagation.

Events

change inherited experimental

src/ol/events.js, line 13

Generic change event.

tileloadend

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

Triggered when a tile finishes loading.

tileloaderror

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

Triggered if tile loading results in an error.

tileloadstart

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

Triggered when a tile starts loading.