new EasyVectorLayer(id, geometries, options)
矢量图层类
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
id |
String | 图层id | |
geometries |
Geom | Array.<Geom> | null | |
options |
Object | null | 图层配置项 |
- Source:
Methods
clear() → {EasyVectorLayer}
清除所有图形
- Source:
Returns:
- Type
- EasyVectorLayer