All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.cesium.exportKmlResultKml.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package cesium

/**
 * @property [kml] The generated KML.
 * @property [externalFiles] An object dictionary of external files
 */
external interface exportKmlResultKml {
    var kml: String
    var externalFiles: Record
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy