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

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

// Automatically generated - do not modify!

@file:JsModule("cesium")

package cesium

/**
 * Default settings for accessing the Cesium ion API.
 *
 * An ion access token is only required if you are using any ion related APIs.
 * A default access token is provided for evaluation purposes only.
 * Sign up for a free ion account and get your own access token at [https://cesium.com]
 * @see Online Documentation
 */
external object Ion {
    /**
     * Gets or sets the default Cesium ion access token.
     * @see Online Documentation
     */
    var defaultAccessToken: String

    /**
     * Gets or sets the default Cesium ion server.
     * @see Online Documentation
     */
    var defaultServer: Resource
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy