Hi
In a WPF application i need to add a panel inside the map with the current coordinate based on mouse position and is refreshing every time that the mouse is moved
something like this:
What can i do?
Thanks
Hi
In a WPF application i need to add a panel inside the map with the current coordinate based on mouse position and is refreshing every time that the mouse is moved
something like this:
What can i do?
Thanks
Hi Alex,
The Format coordinates sample demonstrates how to show coordinates in Degrees/Minutes/Seconds format when clicking on the map.
If you replace
You should get the behavior you want - coordinates refreshing whenever the mouse moves. Let me know if that works for you.