KmzFile Class

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.Kmz
Assembly Skybrud.Essentials.Maps.dll
Visibility Public
Interfaces IDisposable
Inheritance Object

Class representing A KMZ file.

public class KmzFile : IDisposable { }

Properties

Type Name Summary
ZipArchive Archive

Gets a reference to the underlying System.IO.Compression.ZipArchive of the KMZ file.

KmlFile Kml

Gets the doc.kml KML file of the KMZ file.

Methods

Dispose() (virtual)
LoadKml(string) (static)
OpenRead(string) (static)
Parse(Byte[]) (static)