When set and naturalSize
is false
sets the height of the rendered image.
Both width
and height
have to be set for this to take effect.
For formats that support it, specifies rendering quality.
In the case of image/jpeg
you can specify a value between 0 and 1 (lowest to highest quality).
Rendered image type (image/png
, image/jpeg
, etc.).
When set to true, only the marker layer without the original image will be rendered.
Whether the image should be rendered at the original (natural) target image size.
When set and naturalSize
is false
sets the width of the rendered image.
Both width
and height
have to be set for this to take effect.
Initiates rendering of the result image and returns a promise which when resolved contains a data URL for the rendered image.
target (underlying original) image
marker layer
Generated using TypeDoc
Renders the original image and markup to a flat raster image.