Companion

Types

Link copied to clipboard
interface LoadOptions

Initialization options for the load method.

Functions

Link copied to clipboard
suspend fun load(data: ERROR CLASS: Symbol not found for Blob, options: KmlDataSource.ConstructorOptions? = definedExternally): KmlDataSource
suspend fun load(data: ERROR CLASS: Symbol not found for Document, options: KmlDataSource.ConstructorOptions? = definedExternally): KmlDataSource
suspend fun load(data: String, options: KmlDataSource.ConstructorOptions? = definedExternally): KmlDataSource

suspend fun load(data: Resource, options: KmlDataSource.ConstructorOptions? = definedExternally): KmlDataSource

Creates a Promise to a new instance loaded with the provided KML data.

Link copied to clipboard
fun loadAsync(data: ERROR CLASS: Symbol not found for Blob, options: KmlDataSource.ConstructorOptions? = definedExternally): ERROR CLASS: Symbol not found for Promise<cesium/engine/KmlDataSource>
fun loadAsync(data: ERROR CLASS: Symbol not found for Document, options: KmlDataSource.ConstructorOptions? = definedExternally): ERROR CLASS: Symbol not found for Promise<cesium/engine/KmlDataSource>
fun loadAsync(data: Resource, options: KmlDataSource.ConstructorOptions? = definedExternally): ERROR CLASS: Symbol not found for Promise<cesium/engine/KmlDataSource>
fun loadAsync(data: String, options: KmlDataSource.ConstructorOptions? = definedExternally): ERROR CLASS: Symbol not found for Promise<cesium/engine/KmlDataSource>