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: unknown class>, options: KmlDataSource.ConstructorOptions? = definedExternally): KmlDataSource
suspend fun load(data: <Error class: unknown class>, 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: unknown class>,     options: KmlDataSource.ConstructorOptions? = definedExternally): <Error class: unknown class><KmlDataSource>
fun loadAsync(    data: <Error class: unknown class>,     options: KmlDataSource.ConstructorOptions? = definedExternally): <Error class: unknown class><KmlDataSource>
fun loadAsync(data: Resource, options: KmlDataSource.ConstructorOptions? = definedExternally): <Error class: unknown class><KmlDataSource>
fun loadAsync(data: String, options: KmlDataSource.ConstructorOptions? = definedExternally): <Error class: unknown class><KmlDataSource>