Hi
I'm trying to display the coordinates ( lat,long) of the mouse.
On the mouse move event I add:
Location loc = map.XYToLocation(e.x,e.y);
loc suppose to have the geogaphic location .
now I'd like to use it but I dont know how to get it out of 'loc'?