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!

package cesium

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

@JsName("\$cesium__RequestType")
external object /* enum */ RequestType {

    /**
     * Terrain request.
     */
    val TERRAIN: RequestType

    /**
     * Imagery request.
     */
    val IMAGERY: RequestType

    /**
     * 3D Tiles request.
     */
    val TILES3D: RequestType

    /**
     * Other request.
     */
    val OTHER: RequestType
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy