main.cesium.MapMode2D.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package cesium
/**
* Describes how the map will operate in 2D.
* @see Online Documentation
*/
@JsName("\$cesium__MapMode2D")
external object /* enum */ MapMode2D {
/**
* The 2D map can be rotated about the z axis.
*/
val ROTATE: MapMode2D
/**
* The 2D map can be scrolled infinitely in the horizontal direction.
*/
val INFINITE_SCROLL: MapMode2D
}