@@ -21166,13 +21168,19 @@ export class KmlDataSource {
* @param [options.sourceUri] - Overrides the url to use for resolving relative links and other KML network features.
* @param [options.clampToGround = false] - true if we want the geometry features (Polygons, LineStrings and LinearRings) clamped to the ground. If true, lines will use corridors so use Entity.corridor instead of Entity.polyline.
* @param [options.ellipsoid = Ellipsoid.WGS84] - The global ellipsoid used for geographical calculations.
* @param [options.screenOverlayContainer] - A container for ScreenOverlay images.
* @returns A promise that will resolve to this instances once the KML is loaded.