We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5b6ab commit 6895c3fCopy full SHA for 6895c3f
src/mapboxgl/overlay/VideoLayer.js
@@ -13,6 +13,7 @@ import { bbox, polygon } from '@turf/turf';
13
* @param {Object} options - 构造参数。
14
* @param {string} options.url - 视频 或 流链接。支持 flv, m3u8 流格式。
15
* @param {Array} options.extent - 视频范围。
16
+ * @param {Object} [options.opencv] - opencv.js 实例。
17
* @param {string} [options.id] - 视频图层 ID。默认使用 CommonUtil.createUniqueID("VideoLayer_") 创建专题图层 ID。
18
* @extends {mapboxgl.Evented}
19
* @usage
0 commit comments