Hi, all.
I would like to know about convertion from (x, y) to (latitude, longitude)?
For Example:
In my project(windows form - VB.NET) i have a Panel (control) and have a MouseMove Event then when i moving the mouse it have a location such as:
Label1.text = e.X
Label2.text = e.Y
So how to convert it to?:
Label1.text = Latitude(e.X)
Label2.text = Longitude(e.Y)
Your answer would be greatly appreciated.
Thanks,
Bazzer Respeto