I am new to UWP and am using the MapControl. I would like to know if there is any way to get it to respond to the MouseOver (PointerOver for UWP) event. I have a couple of scenarios where I could use this type of information:
- I want to allow my users to draw on the map. Therefore, as they are drawing a line, the line could show as the user moves the mouse.
- As they move the mouse over the map, I would like to show a cross-hair and textboxes with the current Latitude and Longitude.
Even though I am using UWP to get the app into the Windows store, I am only targeting PCs that would have a mouse. I am not concerned with phones, xbox, etc. for my app.
Thanks for any info you could provide.