load
suspend fun load(czml: Resource, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): CzmlDataSource(source)
Loads the provided url or CZML object, replacing any existing data.
Return
A promise that resolves to this instances once the data is processed.
Parameters
czml
A url or CZML object to be processed.
options
An object specifying configuration options
See also
suspend fun load(czml: String, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): CzmlDataSource(source)
suspend fun load(czml: Any, options: CzmlDataSource.Companion.LoadOptions? = definedExternally): CzmlDataSource(source)