Hi!
Is it possible to click on a graphic point on a map and receive an event?
Just to be clear, I'm not talking about this:
view.on("click", function(event){})
I'm talking about clicking a graphic(like a point) that I have added earlier to the map.
thanks!