UpdateImageOptions
UpdateImageOptions =
object& {url:string; } | {image:ImageSourceImage; }
Defined in: source/image_source.ts:43
The options object for the ImageSource.updateImage method.
Provide exactly one of url (to load an image over the network) or image
(an already-decoded image to display directly, without a network request).
Type Declaration
coordinates?
optionalcoordinates?:Coordinates
The image coordinates