Protected
disposedThe object has already been disposed.
Protected
extentProtected
loaderProtected
resolutionProtected
stateProtected
changedDispatches an event and calls all listeners listening for events
of this type. The event parameter can either be a string or an
Object with a type
property.
Event object.
false
if anyone called preventDefault on the
event object or if any of the listeners returned false.
Protected
dispose
Loader function used for image sources. Receives extent, resolution and pixel ratio as arguments. The function returns a promise for an import("./Image.js").ImageObject image object.