MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / select

Function select

src/components/Workspace/SelectMap/index.tsx:87–90  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

85 }); // 构造地点查询类
86 AMap.event.addListener(auto, "select", select);// 注册监听,当选中某条记录时会触发
87 function select(e) {
88 placeSearch.setCity(e.poi.adcode);
89 placeSearch.search(e.poi.name); // 关键字查询查询
90 }
91 });
92
93

Callers 3

fetchNoticesFunction · 0.85
clearNoticesFunction · 0.85
changeNoticeReadStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected