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!
Not in 4x, no. The workflow for that is the view click, like you showed with view hitTest.
Hello,
You can use hittest for this.
check this out: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#hitTest