Contains methods for importing KMZ files (compressed KML).

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
public static class KmzReader
Visual Basic
Public NotInheritable Class KmzReader

Remarks

This class is deprecated. You can now use the KmlReader to read both KML and KMZ files.

Inheritance Hierarchy

System..::..Object
  C1.Phone.Maps..::..KmzReader

See Also