I'd like to obtain the latitude and longitude under the mouse cursor at any given time while operating in Google Earth. I'm struggling to find a solution. Does anyone have ideas?
Currently, the information is displayed in a Qwidget on the bottom right hand corner of the screen. I'd like to be able to retrieve that info with AutoIt.
I've tried using the Window Info tool to find a control that has this info. Also, the RanorexSpy program that has been suggested for manipulating Qwidgets. No success with either.
The COM interface for Google Earth is depreciated and the documentation is non-existent on the web anymore. I'd accept this as a solution, but from what I have found I don't see a function that obtains the current mouse lat/lon.
Any ideas?