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

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

// Automatically generated - do not modify!

package cesium

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

@JsName("\$cesium__BingMapsStyle")
external object /* enum */ BingMapsStyle {

    /**
     * Aerial imagery.
     */
    val AERIAL: BingMapsStyle

    /**
     * Aerial imagery with a road overlay.
     */
    val AERIAL_WITH_LABELS: BingMapsStyle

    /**
     * Aerial imagery with a road overlay.
     */
    val AERIAL_WITH_LABELS_ON_DEMAND: BingMapsStyle

    /**
     * Roads without additional imagery.
     */
    val ROAD: BingMapsStyle

    /**
     * Roads without additional imagery.
     */
    val ROAD_ON_DEMAND: BingMapsStyle

    /**
     * A dark version of the road maps.
     */
    val CANVAS_DARK: BingMapsStyle

    /**
     * A lighter version of the road maps.
     */
    val CANVAS_LIGHT: BingMapsStyle

    /**
     * A grayscale version of the road maps.
     */
    val CANVAS_GRAY: BingMapsStyle

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

    /**
     * Collins Bart imagery.
     */
    val COLLINS_BART: BingMapsStyle
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy