ImageryTypes
The format in which ImageryProvider methods return an image may vary by provider, configuration, or server settings. Most common are HTMLImageElement
, HTMLCanvasElement
, or on supported browsers, ImageBitmap
.
See the documentation for each ImageryProvider class for more information about how they return images.