'Declaration Public MustInherit NotInheritable Class KmlReader
public static class KmlReader
'Declaration Public MustInherit NotInheritable Class KmlReader
public static class KmlReader
KML is a popular XML-based language used for representing geographic information.
There are several tools available for creating, editing, and viewing KML files.
There are also several sources of free and commercial KML and KMZ files, including for example www.geocommons.com and www.esri.com.
KMZ is also a popular format which consists of zipped KML, and is also supported by the KmlReader class.
The KmlReader class has static methods that create collections of vector objects from the supplied KML or KMZ source. These objects can then be added to a C1VectorLayer and placed on the map.System.Object
C1.Web.Wijmo.Controls.C1Maps.KmlReader