main.cesium.IonWorldImageryStyle.kt Maven / Gradle / Ivy
The newest version!
// Automatically generated - do not modify!
@file:JsModule("cesium")
package cesium
/**
* The types of imagery provided by [createWorldImagery].
* @see Online Documentation
*/
external enum class IonWorldImageryStyle {
/**
* Aerial imagery.
*/
AERIAL,
/**
* Aerial imagery with a road overlay.
*/
AERIAL_WITH_LABELS,
/**
* Roads without additional imagery.
*/
ROAD,
;
}