* @function MapVRenderer.prototype.clear * @description 清除信息。 * @param {string} context - 指定要清除的信息。
(context)
| 370 | * @param {string} context - 指定要清除的信息。 |
| 371 | */ |
| 372 | clear(context) { |
| 373 | context && context.clearRect && context.clearRect(0, 0, context.canvas.width, context.canvas.height); |
| 374 | } |
| 375 | |
| 376 | _hide() { |
| 377 | this.canvasLayer.canvas.style.display = 'none'; |
no outgoing calls
no test coverage detected