Class: TileSourceEvent

ol/source/Tile.TileSourceEvent


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

Extends

Members

target{Object}

The event target.

The tile related to the event.

type{string}

The event type.

Methods

preventDefault() inherited

events/Event.js, line 46

Stop event propagation.

stopPropagation() inherited

events/Event.js, line 54

Stop event propagation.

Events

change inherited

events/EventType.js, line 10

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

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.