Extends
Members
-
target{Object}
-
The event target.
-
tile{Tile}
-
The tile related to the event.
-
type{string}
-
The event type.
Methods
-
Prevent default. This means that no emulated
click
,singleclick
ordoubleclick
events will be fired. -
Stop event propagation.
Events
-
Generic change event. Triggered when the revision counter is increased.
-
Generic error event. Triggered when an error occurs.
-
Triggered when a tile finishes loading, either when its data is loaded, or when loading was aborted because the tile is no longer needed.
-
Triggered if tile loading results in an error. Note that this is not the right place to re-fetch tiles. See
load
for details. -
Triggered when a tile starts loading.