Google Earth control
Google Earth control
(OP)
It is possible to call Google Earth by simply
entering -- for example: RUN "C:\program files\google\google earth\googleearth.exe"
The QUESTION is:
how do you pass this program a file name?
(In Google Earth one can tell it where to look
/ what to show by simply using the mouse and dragging a file name on top of the program.)
There must be a simple way to hand that program the
file.
entering -- for example: RUN "C:\program files\google\google earth\googleearth.exe"
The QUESTION is:
how do you pass this program a file name?
(In Google Earth one can tell it where to look
/ what to show by simply using the mouse and dragging a file name on top of the program.)
There must be a simple way to hand that program the
file.
RE: Google Earth control
Chip H.
____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
RE: Google Earth control
CODE
View = KH.currentView(0)
* need to wait here while GE initializes
View.latitude = 41.05175
View.longitude = -74.17173
View.azimuth = 30
View.range = 300
View.tilt = 15
KH.setView(View, 25, .5)
Brian