Skip to content

Commit

Permalink
add videoLayer doc
Browse files Browse the repository at this point in the history
  • Loading branch information
xilanhuaweidapao committed Jan 22, 2024
1 parent a0bf585 commit ac63603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mapboxgl/overlay/VideoLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { bbox, polygon } from '@turf/turf';
* @param {Object} options - 构造参数。
* @param {string} options.url - 视频 或 流链接。支持 flv, m3u8 流格式。
* @param {Array} options.extent - 视频范围。
* @param {Object} [options.opencv] - opencv.js 实例。
* @param {string} [options.id] - 视频图层 ID。默认使用 CommonUtil.createUniqueID("VideoLayer_") 创建专题图层 ID。
* @extends {mapboxgl.Evented}
* @usage
Expand Down

0 comments on commit ac63603

Please sign in to comment.