new EasyClusterLayer(id, data, options)
构造函数
Parameters:
| Name | Type | Description |
|---|---|---|
id |
String | 图层id |
data |
Array | |
options |
Object | 图层配置项 |
- Source:
Methods
config(key, value)
配置图层
Parameters:
| Name | Type | Description |
|---|---|---|
key |
||
value |
- Source:
toJSON() → {Strign}
将数据转化为json字符串
- Source:
Returns:
json字符串
- Type
- Strign