Companion

Functions

Link copied to clipboard
suspend fun loadImage(imageryProvider: ImageryProvider, url: Resource): ERROR CLASS: Symbol not found for JsAny??

Loads an image from a given URL. If the server referenced by the URL already has too many requests pending, this function will instead return undefined, indicating that the request should be retried later.

suspend fun loadImage(imageryProvider: ImageryProvider, url: String): ERROR CLASS: Symbol not found for JsAny??
Link copied to clipboard
fun loadImageAsync(imageryProvider: ImageryProvider, url: Resource): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for JsAny>??
fun loadImageAsync(imageryProvider: ImageryProvider, url: String): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for JsAny>??