Companion

Types

Link copied to clipboard
sealed interface LoadOptions

Functions

Link copied to clipboard
suspend fun load(data: Any, options: GpxDataSource.Companion.LoadOptions? = definedExternally): GpxDataSource

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

Link copied to clipboard
fun loadAsync(data: Any, options: GpxDataSource.Companion.LoadOptions? = definedExternally): Promise<GpxDataSource>