I'm new to KML programming but have gotten most of what I need to do working, which is multiple map overlays.
One thing I want to control but haven't found a way to do so are the options you can turn on/off via "View" on the GoogleEarth.exe menu.
For instance, if I run Google Earth stand alone, turn on "Tour Guide" (View > Tour Guide), then terminate Google Earth, when I start up my application that interacts with Google Earth, the Tour Guide photo strip is on. If I exit my app, re-run Google Earth, turn off the Tour Guide, and exit, then the next time I start my app and it starts Google Earth the Tour Guide is off.
Are there KML commands to control this ("Tour Guide") and other optional features? I'd like to do this inside my app rather than forcing the user to manually configure the settings the way my application wants them.
By the way, I'm coding in C# in .NET Framework 4, using GoogleEarth version 7.0.2.8415, and running on Windows/XP and above.
Thanks for any help/guidance you can supply!
- john