Functions
Link copied to clipboard
suspend fun fromUrl( url: Resource, options: TileMapServiceImageryProvider.ConstructorOptions? = definedExternally): TileMapServiceImageryProvider
Creates a TileMapServiceImageryProvider from the specified url.
suspend fun fromUrl(url: String, options: TileMapServiceImageryProvider.ConstructorOptions? = definedExternally): TileMapServiceImageryProvider
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>