Hello everyone,
I need a little help, how to add the click event to a point?
I am using version 4.6 of the ArcGis api.
Solved! Go to Solution.
Jose,
There is no event that you can use on a graphic/feature in 4.x for a click. You have to change your way of thinking and programming. Here is a sample that will help get you on the right path:
Access features with pointer events | ArcGIS API for JavaScript 4.6
Jose,
There is no event that you can use on a graphic/feature in 4.x for a click. You have to change your way of thinking and programming. Here is a sample that will help get you on the right path:
Access features with pointer events | ArcGIS API for JavaScript 4.6
Hi Robert, thanks again for your help, if I'm looking at that example to know how it works.
Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.