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