Home > @magiclane/maps-sdk > IGemKitPlatform > addList
IGemKitPlatform.addList() method
Signature:
abstract addList(options: {
object: any;
list: any[];
settings: any;
name: string;
parentMapId: any;
markerType?: any;
}): any;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
options |
{ object: any; list: any[]; settings: any; name: string; parentMapId: any; markerType?: any; } |
options properties:
- object: any
- list: any[]
- settings: any
- name: string
- parentMapId: any
- Optional markerType?: any
Returns:
any