Tagged Questions

2
votes
2answers
523 views

Getting Google Earth to work with Silverlight?

Is it possible to have Google Earth integrated into a Silverlight app? I've tried searching on Google but the best results I could find were forum posts from 2008 which were uncertain at best.
2
votes
1answer
745 views

Google Earth API Moving a polygon

I just starting coding with Google Earth using the GEPlugin control for .Net and still got a lot to learn. What has got me puzzled is when I try to drag a polygon. The method below is called ...
2
votes
2answers
899 views

Google Earth API vs Google Earth COM API

I want to use Google Earth in a desktop application. My question is which one of these two APIs provided by google do you think has more functionality and/or best support? Thank you very much
1
vote
2answers
92 views

How to reference and use Google Earth APIs in web application ASP.NET and C#

There's a lot of forums about this but still don't get the main idea. I have a web application with several features, the last one is a "Graphical view" using Google earth. Before diving into all the ...
1
vote
1answer
206 views

Google Earth Plugin Click Events on 3D Buildings

I have been looking around and haven't found an answer to this yet. Is it possible to add click events to either the 3D building layer or custom 3D models using javascript for the google earth plugin. ...
1
vote
0answers
136 views

google earth enterprise - javascript api URL

google's documentation says the google maps javascript api can be used to access the maps of google earth enterprise but doesn't say how the script src need to be specified.. to access google maps ...
1
vote
2answers
134 views

KmlScreenOverlay Buttons

KmlScreenOverlay Buttons!!? real? how? Any other way to put anything flash or html over GEPlugin?
0
votes
0answers
24 views

Google Earth Camera (bounce vs smooth)

Having an issue with camera controls in Google Earth. Whenever I switch the camera position it "bounces" to the next position. ge.getOptions().setFlyToSpeed(0.5); // Set new latitude and ...
0
votes
1answer
57 views

how to preventdefault event action in Google earth with IE

I'm having trouble with e.preventDefault() for IE(8). Everything works in Chrome (meaning the execution is correct, and the default action is prevented). However, in IE, the execution is correct but ...
0
votes
0answers
19 views

Using Google Earth API to find the structure of a landscape

I am looking to use the Google Earth API to help one of my robots navigate around big obstacles (such as buildings). Is there any way to get information on the structure of buildings/features (such as ...
0
votes
0answers
35 views

Colouring Pins in Google Earth according to date

I'm trying to develop a system on Google Maps to map out collections of a product. We have a two week window in which to collect products - I want to implement a coloured traffic light system ...
0
votes
0answers
54 views

Adding waypoints at fixed distance in path in Google Earth

How to add node points (way points) at fixed interval distance in a path created in Google Earth.?
0
votes
0answers
97 views

Google Earth and duplicate placemarks problem

i would like to ask you for help for the following problem with google earth placemarks. On my site i use a drop down list of continents to fly to a continent selected. After a continent selected and ...
0
votes
0answers
50 views

zoom google earth image with out connecting to net?

can i zoom the image saved from google earth in my application in j2me and get a good resolution , i mean recognize the street and houces with out connect to internet in my application programmed in ...
0
votes
0answers
70 views

Google earth DOM listener function

I want to use Google Earth's DOM listener function to listen to labels that load dynamically via a updatepanel and trigger a method that utilizes lat,long data from these labels on load. function ...