* @function MapVRenderer.prototype.clearData * @description 清除数据。
()
| 149 | * @description 清除数据。 |
| 150 | */ |
| 151 | clearData() { |
| 152 | this.dataSet && this.dataSet.clear(); |
| 153 | this.update({ |
| 154 | options: null |
| 155 | }); |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * @function MapVRenderer.prototype.updateData |