# 设置高亮建筑

Dandelion.RtAPI("setHighlightArchitecture", params, (res) => {
  console.log(res);
});

# 功能描述

设置高亮建筑

# 请求参数格式

let params = {
  highlight: true, //true为高亮,false为取消高亮
  id: "", //id
};

# 请求参数

参数名称 参数说明 是否必须 数据类型 效果展示
highlight 是否高亮 true Boolean 是否高亮
id id true String