What is the best way to generate KML files in C#?

2019-04-20 08:27发布

问题:

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.

回答1:

SharpKML - library based on Google's C++ implementation of libkml



回答2:

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/