Home > @magiclane/maps-sdk > IGemKitPlatform > callGetImage
IGemKitPlatform.callGetImage() method
Signature:
abstract callGetImage(pointerId: any, className: string, width: number, height: number, imageType: number, options?: {
arg?: string;
imageId?: number | bigint;
allowResize?: boolean;
}): Uint8Array | null;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
pointerId |
any | |
|
className |
string | |
|
width |
number | |
|
height |
number | |
|
imageType |
number | |
|
options |
{ arg?: string; imageId?: number | bigint; allowResize?: boolean; } |
(Optional) |
options properties:
- Optional arg?: string
- Optional imageId?: number | bigint
- Optional allowResize?: boolean
Returns:
Uint8Array | null