Dear all,
I have a map which have lot of poly-lines of different colors. I would like to highlight them as the user places the mouse over it.
Similarly, when user places out his over the polyline, this should come in its original form.
I am using ArcGIS API for JavaScript 3.18 version.
Please let me know about the solution.
Solved! Go to Solution.
Muhammed,
Have you seen this samples?
3.x API
https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=fl_hover
4.x API
Access features with pointer events | ArcGIS API for JavaScript 4.8
Muhammed,
Have you seen this samples?
3.x API
https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=fl_hover
4.x API
Access features with pointer events | ArcGIS API for JavaScript 4.8
Thanks Robert...
Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.