Class: Event

ol.source.Tile.Event

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 47

Stop event propagation.

stopPropagation() inherited

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

Stop event propagation.

Events

change inherited experimental

src/ol/events/eventtype.js, line 8

Generic change event. Triggered when the revision counter is increased.

tileloadend

src/ol/source/tile.js, line 351

Triggered when a tile finishes loading.

tileloaderror

src/ol/source/tile.js, line 358

Triggered if tile loading results in an error.

tileloadstart

src/ol/source/tile.js, line 344

Triggered when a tile starts loading.