Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
GMap.Net C# show coordinates when i move over the map
David Castro
8y
329
1
Reply
As simple one is to have the following code in the MouseMove event GmapControl
private void map_MouseMove(object sender, MouseEventArgs e)
{
base.OnMouseMove(e);
PointLatLng p = map.FromLocalToLatLng(e.X, e.Y);
label1.Text = Convert.ToString(p);
}
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
How to become a Good coder in c#?
find out the word in Excel