Module: ol/ImageCanvas

ol/ImageCanvas


Type Definitions

Loader()

ImageCanvas.js, line 8

A function that is called to trigger asynchronous canvas drawing. It is called with a "done" callback that should be called when drawing is done. If any error occurs during drawing, the "done" callback should be called with that error.