Topic: Mouse Hover On Map to get Lat and Lon
Hi,
Just like on Mouse Click i can get the lat and lon like this ==> map.control.GetCoords(out lon, out lat) on OnMapClick();
i was wondering is there any functionality where i can the get the lat and lon when the mouse pointer hovers over the map.
any guidance or suggestions on this would be of great help.