Google Earth In C# Application

  • Thread starter Thread starter Sheikko
  • Start date Start date
S

Sheikko

Hi All,
I want to create an application that use GE API COM and interact with
GE.
1) I want to import Main windows of GE in my application like this:

http://groups.google.com/group/kml-...o-your-own-app-from-mouse-clicks-in-the-ge-ui

2) I want to use direction command throgh my keyboard, directly from
my application like this application:

http://tech.nitoyon.com/javascript/application/racing/2_en.html

3) I want to be able to insert points, traces, load maps, if possible
directly using GE API without using KLM file (if possible).

I want some examples to start.

Thank you in advance for answers
 
Hello Sheikko,

I suppose u need to ask google groups about Google Maps usage, because there
are only VirtualEarth junkies ;)

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


S> Hi All,
S> I want to create an application that use GE API COM and interact with
S> GE.
S> 1) I want to import Main windows of GE in my application like this:
S> http://groups.google.com/group/kml-support/web/c-how-to-get-geocoords
S> -into-your-own-app-from-mouse-clicks-in-the-ge-ui
S>
S> 2) I want to use direction command throgh my keyboard, directly from
S> my application like this application:
S>
S> http://tech.nitoyon.com/javascript/application/racing/2_en.html
S>
S> 3) I want to be able to insert points, traces, load maps, if possible
S> directly using GE API without using KLM file (if possible).
S>
S> I want some examples to start.
S>
S> Thank you in advance for answers
S>
 
I haven't really found a group for posting GE questions in the GE area.
There boards all seem to be about posting data to share.

For the original questions though:

1. I have no idea how to do this.
2. The api should let you set things via the ICameraInfoGE interface. Look
at http://earth.google.com/comapi/interfaceICameraInfoGE.html.
3. The KML methods are so simple. What does it lack that you are trying to
avoid.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top