()
| 256 | } |
| 257 | |
| 258 | _mapExisted() { |
| 259 | return !!this.map; |
| 260 | } |
| 261 | |
| 262 | _bindEvents() { |
| 263 | this.videoMapLayer.on('loaded', async ({ originCoordsLeftTop, originCoordsRightBottom, videoWidth, videoHeight }) => { |
no outgoing calls
no test coverage detected