* @function CoordTransfer.prototype.init * @description 初始化。
()
| 27 | * @description 初始化。 |
| 28 | */ |
| 29 | init() { |
| 30 | return new Promise((resolve) => { |
| 31 | this.cv.then(() => { |
| 32 | this.setCameraLocation(this.configs); |
| 33 | resolve(this); |
| 34 | }); |
| 35 | }); |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | * @function CoordTransfer.prototype.setCameraLocation |
no test coverage detected