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

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

// Automatically generated - do not modify!

@file:JsModule("cesium")

package cesium

/**
 * An enum identifying the type of request. Used for finer grained logging and priority sorting.
 * @see Online Documentation
 */

external enum class RequestType {

    /**
     * Terrain request.
     */
    TERRAIN,

    /**
     * Imagery request.
     */
    IMAGERY,

    /**
     * 3D Tiles request.
     */
    TILES3D,

    /**
     * Other request.
     */
    OTHER,

    ;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy