Is there any way to add some UI interaction with the drawn circles? Like onclick or hover? I'm thinking about custom logic that could be added, like when you click somewhere and two or more circles overlap then you would get the positions in your event listener and can then create a popup which may match the position to some other data. A better way would probably be if an ID could be attached to each circle which could then alternatively be used in the event handler.
Is there any way to add some UI interaction with the drawn circles? Like onclick or hover? I'm thinking about custom logic that could be added, like when you click somewhere and two or more circles overlap then you would get the positions in your event listener and can then create a popup which may match the position to some other data. A better way would probably be if an ID could be attached to each circle which could then alternatively be used in the event handler.