Name: Anonymous 2009-07-20 0:11
So, I'm supposed to be developing a little web app using the Google Earth API. Now, looking at all the examples, they seem to be in javascript, save for one C# implementation. Anyone know if there's any good way to do this so the entirety of the code isn't visible? I'm probably going to need to be querying a database as well, as well as doing some media playback. I get the feeling this is going to end up being a MVC with different languages in different spots. Anyone have any advice on what to use and how to get them to talk to one another? I'm sure I could figure something out, but I'd rather not re-invent existing technique.