Skip to content

bsrykt/kml-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kml-library

A KML library that uses XML Serialization to load and save KML documents to/from files.

All KML classes will be represented using real C# objects that work with the standard XmlSerializer. This approach differs from other approaches that use string parsing or DOM manipulation and tends to be more object-oriented.

Forked from http://code.google.com/p/kml-library/

Releases

No releases published

Packages

No packages published

Languages