Generic XMLSerializer-based serialization of KML files.
Get Started
$ dotnet add package O2KmlReadme
O2Kml
KML Serializer using Generic XMLSerializer
Basic Usage
A KML file can be deserialized by assigning the result of O2Kml.Kml.LoadFromFile(...) or TryLoadFromFile(...) To serialize, call Kml.SaveToFile(...)
Support
Please contact me via the NuGet "Contact Owners" form or at the Github Repo
License
O2Kml uses the MIT License.