Dandelion.RtAPI("deletePoi", params, (res) => { console.log(res); });
在 3D 世界中删除一个 POI
let params = { idList: [], // poiid列表 };
← 新增POI批量 删除Poi批量 →