Kmz

GisFileType.Kmz field

KMZ is a ZIP archive carrying a KML document, by convention named doc.kml at the archive root, together with any resources that document refers to. Compressing the markup is the point: a KML feed of any size shrinks dramatically, which is why publishers distribute KMZ rather than KML. Learn more about this file format here.

public static readonly GisFileType Kmz;

See Also