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

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

// Automatically generated - do not modify!

package cesium

/**
 * ArcType defines the path that should be taken connecting vertices.
 * @see Online Documentation
 */

@JsName("\$cesium__ArcType")
external object /* enum */ ArcType {

    /**
     * Straight line that does not conform to the surface of the ellipsoid.
     */
    val NONE: ArcType

    /**
     * Follow geodesic path.
     */
    val GEODESIC: ArcType

    /**
     * Follow rhumb or loxodrome path.
     */
    val RHUMB: ArcType
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy