Home > @magiclane/maps-sdk > GemList > init
GemList.init() method
Signature:
static init<T>(pointerId: any, mapId: number, className: string, initializer: (data: any, mapId: number) => T): GemList<T>;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
pointerId |
any | |
|
mapId |
number | |
|
className |
string | |
|
initializer |
(data: any, mapId: number) => T |
Returns:
GemList<T>