What is the best way to generate KML files in C#?
What is the best way to generate KML files using C#?
Is there a class library that I can use? I have looked and struggled to find anything interesting.
libkml doesn't have 开发者_运维知识库a C# implementation or wrapper.
Any help would be great.
SharpKML - library based on Google's C++ implementation of libkml
Here are some:
- http://code.google.com/p/kml-library/
http://www.codeproject.com/KB/cs/Google_Earth_KML_Files.aspx- http://gekml.boseefus.com/
精彩评论