Companion

Functions

Link copied to clipboard
suspend fun fromUrl(    url: Resource,     options: TileMapServiceImageryProvider.ConstructorOptions? = definedExternally): TileMapServiceImageryProvider

Creates a TileMapServiceImageryProvider from the specified url.

Link copied to clipboard
fun fromUrlAsync(    url: Resource,     options: TileMapServiceImageryProvider.ConstructorOptions? = definedExternally): <Error class: unknown class><TileMapServiceImageryProvider>
fun fromUrlAsync(    url: String,     options: TileMapServiceImageryProvider.ConstructorOptions? = definedExternally): <Error class: unknown class><TileMapServiceImageryProvider>