84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
我正在使用 react-yandex-maps(https://github.com/R1ZEN/react-yandex-maps)庫,並且我需要處理單一地標的點擊事件,但我不知道如何做。我該如何在地圖上的渲染物件上新增 onClick 事件?
({ type: "Feature", id: el.id, geometry: { type: "Point", coordinates: [el.lat, el.long], }, } ))} />
以下是如何操作的。
{ const id = e.get('objectId'); // 获取Id console.log(`Id is: ${id}`); }} />
以下是如何操作的。