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

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

The newest version!
// Automatically generated - do not modify!

@file:JsModule("cesium")

package cesium

/**
 * Describes how the map will operate in 2D.
 * @see Online Documentation
 */

external enum class MapMode2D {

    /**
     * The 2D map can be rotated about the z axis.
     */
    ROTATE,

    /**
     * The 2D map can be scrolled infinitely in the horizontal direction.
     */
    INFINITE_SCROLL,

    ;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy