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

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,

    ;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy