I am able to get the Google Earth Plugin to work in my C# windows form – but I wish to ask about getting the “camera” to turn the globe to a lat and long that I supply.
Does anyone knows which method to call, or if there is an article on using C# to control google earth?
You can use this library of controls I have created to work with the Google Earth Api from managed code.
http://code.google.com/p/winforms-geplugin-control-library/
The library allows you to use the api just as you would in javascript- it also has helper functions to create objects, and work with events, in the api easily.
FYI, to set up and use a camera you would do something like so.
But I would suggest using the library!