Home > @magiclane/maps-sdk > GemKitPlatform > callGetImage

GemKitPlatform.callGetImage() method

Signature:

callGetImage(pointerId: any, className: string, width: number, height: number, imageType: number, options?: {
        arg?: string;
        imageId?: number;
        allowResize?: boolean;
    }): Uint8Array | null;

Parameters

Parameter

Type

Description

pointerId

any

className

string

width

number

height

number

imageType

number

options

{ arg?: string; imageId?: number; allowResize?: boolean; }

(Optional)

options properties:

  • Optional arg?: string
  • Optional imageId?: number
  • Optional allowResize?: boolean

Returns:

Uint8Array | null