MapSuite Team,
I would like to make use of a MouseHover Event on WpfMap, but it appears there is no such map event.
My application implements an Identify Features function, but it requires a mouse-down from the user.
A MouseHover event will allow the application to present users with an abbreviated list of features wherever the mouse is hovering.
Can you offer suggestions how to simulate a MouseHover event? I’m thinking the next best event is MouseMove with a timer to determine if the mouse is hovering.
Thanks,
Dennis