Functions
Link copied to clipboard
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.
Link copied to clipboard
fun loadImageAsync(imageryProvider: ImageryProvider, url: Resource): <Error class: unknown class><Any>?
fun loadImageAsync(imageryProvider: ImageryProvider, url: String): <Error class: unknown class><Any>?