change the color of the marker when it's clicked
mohaz3i opened this issue · 2 comments
mohaz3i commented
Hello,
please note this is not an issue but an enhancement.
How can i change the color of my marker after i click it so that i can recognize which marker was clicked and which was not!
Thanks
todoranalex commented
Well, every node(marker) you attach has a click listener; so you can manage it's layout there. I think the sample app already contains such an example (with click listener)
mohaz3i commented
Thanks, we created a clone for the class ObjectRenderer and we changed the colors inside the class, when we click the marker it calls the clone-class and so the colors are changed.