Home > @magiclane/maps-sdk > GemImage > (constructor)
GemImage.(constructor)
Constructor
Signature:
constructor(input?: {
image?: Uint8Array;
format?: ImageFileFormat;
imageId?: number;
});Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ image, format, imageId, } |
(not declared) |
(Optional) |
|
input |
{ image?: Uint8Array; format?: ImageFileFormat; imageId?: number; } |
(Optional) |
input properties:
- Optional image?: Uint8Array
- Optional format?: ImageFileFormat
- Optional imageId?: number