I am currently using the Vaadin Map component to visualize the vessel's trajectory over the sea. I want to highlight some coordination points among the trajectory so that he/she can examine more information on that point.
I know the Vaadin Map component provides a feature marker with an event listener. My question is how to change the cursor shape when the user hovers the mouse over the marker. I cannot find a solution to it. Thanks in advance!