How to add click event handler for objectManager in React yandex maps?
P粉4500792662023-09-16 20:11:32
0
1
490
I'm using the react-yandex-maps (https://github.com/R1ZEN/react-yandex-maps) library, and I need to handle click events for a single landmark, but I don't know how to do it. How do I add an onClick event on the render object on the map?
Here’s how to do it.