* @function MapvLayer.prototype.clearData * @description 清除数据。
()
| 266 | * @description 清除数据。 |
| 267 | */ |
| 268 | clearData() { |
| 269 | this.dataSet && this.dataSet.clear(); |
| 270 | this.update({ |
| 271 | options: null |
| 272 | }); |
| 273 | } |
| 274 | |
| 275 | _canvasUpdate(time) { |
| 276 | if (!this.canvasLayer) { |