All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.cesium.Proxy.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:JsModule("cesium")

package cesium

/**
 * Base class for proxying requested made by [Resource].
 * @see Online Documentation
 */
external class Proxy {
    /**
     * Get the final URL to use to request a given resource.
     * @param [resource] The resource to request.
     * @return proxied resource
     * @see Online Documentation
     */
    fun getURL(resource: String): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy