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