KmlDataset

constructor(rootNode: KmlNode)

Creates a KML dataset from the specified root node. Creates a KML dataset. KML dataset is the source of KML information backing a KML layer. Use the KML dataset to interact with the contents of a KML layer. Licensing for KML depends on the method of access. Creating a KML dataset from a root node requires an ArcGIS Runtime 'Standard' license level.

Since

200.1.0


constructor(uri: String)

Creates a KML dataset from the provided path to a KML/KMZ file. Creates a KML dataset. KML dataset is the source of KML information backing a KML layer. Use the KML dataset to interact with the contents of a KML layer. Licensing for KML depends on the method of access. Accessing files on disk requires an ArcGIS Runtime 'Standard' license level.

Since

200.1.0