This is a migrated thread and some comments may be shown as answers.

[Solved] Getting location of mouse over map

0 Answers 124 Views
Map
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ryan
Top achievements
Rank 1
ryan asked on 23 Sep 2010, 10:02 PM
Edit:  Solved.  I used the MouseMove event and then wrote this: 

location =

 

Location.GetCoordinates(RadMap1, e.GetPosition(RadMap1));

 



Is there a way to get the location of the mouse (in latitude / longitude) besides using the MapMouseClick event? 
Tags
Map
Asked by
ryan
Top achievements
Rank 1
Share this question
or