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}

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 56

Stop event propagation.

Events

change inherited

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

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

tileloadend

src/ol/source/tileeventtype.js, line 15

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

src/ol/source/tileeventtype.js, line 23

Triggered if tile loading results in an error.

tileloadstart

src/ol/source/tileeventtype.js, line 8

Triggered when a tile starts loading.