Hi guys,
i am working on map based application - i have a list of properties on one side and map with markers on other side. I would like to indicate where the property is located once i will hover property in the list.
Currently i am using “An element is hovered” event and “Set current map marker” action. Everything is working fine - icon will change. Unfortunately i am not able to clear current map marker on “An element stop being hovered” event (event itself works fine, but there is no action to clear current map marker).
Do you have any advise how to clear current map marker without clicking to the map?
Thanks!