poi.showPOIWeb

POI-网页展示

模块:POI调用:piclient.emit('poi.showPOIWeb', {...})

POI网页展示

输入

参数类型必填默认值说明
targetstringObjectId
playStatestringtoggletoggle/show/hide
可选值:toggleshowhide

调用

typescript
piclient.emit("poi.showPOIWeb",{
	target: "ObjectId",
	playState: "toggle", //toggle/show/hide
})
← 返回 POI 模块