I want to add google earth application to my asp.net web application.User can add placemark as they want and then save the places as “.kmz” or “.kml”.What is the best way to integrate? Is it possible to load google earth application directly in asp.net? Or Do I need to use google earth API to get that kind of functions? Please share me if you have any sample application or code.
I want to add google earth application to my asp.net web application.User can add
Share
I don’t know asp.net. However, the Earth API only has a JavaScript component. So you would need to create JavaScript on your page to load it. Just Googling it, I came up with this:
http://msdn.microsoft.com/en-us/library/aa479011.aspx