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 |
KmlFile | Kml |
Gets the |
Methods
Dispose()
(virtual)
|
LoadKml(string)
(static)
|
OpenRead(string)
(static)
|
Parse(Byte[])
(static)
|