Summary
Constructor
new ImageProjectorSet(map, options)
Parameters:
Name | Type | Description |
---|---|---|
map |
Map | |
options |
Object |
Methods
-
add(v)
-
添加对象
Parameters:
Name Type Description v
object -
clear()
-
删除所有对象
-
get(id) → {ImageProjector|undefined}
-
获取可视域
Parameters:
Name Type Description id
string 不传入参数时返回所有可视域的数组
Returns:
ImageProjector | undefined -
getAll() → {Array}
-
获取所有可视域对象
Returns:
Array -
remove(v)
-
删除对象
Parameters:
Name Type Description v
object -
updateVideoSource()
-
更新视频源