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

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

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

@file:JsModule("cesium")

package cesium

/**
 * The types of imagery provided by Bing Maps.
 * @see Online Documentation
 */

external enum class BingMapsStyle {

    /**
     * Aerial imagery.
     */
    AERIAL,

    /**
     * Aerial imagery with a road overlay.
     */
    AERIAL_WITH_LABELS,

    /**
     * Aerial imagery with a road overlay.
     */
    AERIAL_WITH_LABELS_ON_DEMAND,

    /**
     * Roads without additional imagery.
     */
    ROAD,

    /**
     * Roads without additional imagery.
     */
    ROAD_ON_DEMAND,

    /**
     * A dark version of the road maps.
     */
    CANVAS_DARK,

    /**
     * A lighter version of the road maps.
     */
    CANVAS_LIGHT,

    /**
     * A grayscale version of the road maps.
     */
    CANVAS_GRAY,

    /**
     * Ordnance Survey imagery. This imagery is visible only for the London, UK area.
     */
    ORDNANCE_SURVEY,

    /**
     * Collins Bart imagery.
     */
    COLLINS_BART,

    ;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy