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 44

Stop event propagation.

stopPropagation() inherited

events/Event.js, line 52

Stop event propagation.

Events

change inherited

events/EventType.js, line 10

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

error inherited

events/EventType.js, line 17

Generic error event. Triggered when an error occurs.

tileloadend

source/TileEventType.js, line 16

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 24

Triggered if tile loading results in an error.

tileloadstart

source/TileEventType.js, line 9

Triggered when a tile starts loading.