()
| 243 | this.scene && this.scene.removeLayer(this.l7layer); |
| 244 | } |
| 245 | onRemove() { |
| 246 | this.cancelAnimationFrame(); |
| 247 | this.scene && this.scene.removeLayer(this.l7layer); |
| 248 | } |
| 249 | cancelAnimationFrame() { |
| 250 | this.requestAnimationFrameId && window.cancelAnimationFrame(this.requestAnimationFrameId); |
| 251 | this.animateStatus = false; |
nothing calls this directly
no test coverage detected