POI网页展示
输入
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
target | string | 是 | ObjectId | — |
playState | string | 是 | toggle | toggle/show/hide 可选值: toggleshowhide |
调用
typescript
piclient.emit("poi.showPOIWeb",{
target: "ObjectId",
playState: "toggle", //toggle/show/hide
})