So, basically, I'm trying to figure out a way that I can draw lines (say, representing the flight path of an RC plane or something) onto Google Earth using KML. Here's the kicker though: I want to give it an initial location, and then check somewhere to see where to continue drawing the line to, draw the line, and leave it be. Once it's done, I could then move it around.
Ex:
- Starts at a point A in google Earth
- Checks File XYZ.kml on //someserver
- XYZ.kml has updated coordinates to draw to
- Google Earth pulls in those coordinates and extends the line
- Repeat 2->4 until complete
- View completed flight path from 3rd person.
Does anyone have any ideas on how to do this? It seems like it can change the location of a model or something in this fashion, but you would have to watch it first person. I haven't been able to figure out how to get this particular functionality to come out right.
NetworkLinkControlfeatures to reload (and possibly modify) the KML. (I think the only way to have this happen is when theNetworkLinkControlelement times out / expires). I have never played with this, but I am pretty sure you could not make it execute on a click / whatever you mean by starts on point A. This said - I have read about it only, not used it. - Matthew