StyleExtensionImpl

The concrete implementation of style extension.

Types

Link copied to clipboard
class Builder(val style: String)

The builder for style extension.

Properties

Link copied to clipboard
open override val atmosphere: Atmosphere?

The atmosphere of the style.

Link copied to clipboard

The dynamic light which is built with AmbientLight and DirectionalLight.

Link copied to clipboard

The flat light of the style.

Link copied to clipboard

The images of the style.

Link copied to clipboard
open override val layers: List<Pair<Layer, LayerPosition>>

The layers of the style.

Link copied to clipboard

The models of the style.

Link copied to clipboard
open override val projection: Projection?

The map projection of the style.

Link copied to clipboard
open override val sources: List<Source>

The sources of the style.

Link copied to clipboard
open override val style: String

Style represented as JSON or URI.

Link copied to clipboard
open override val terrain: Terrain?

The terrain of the style.

Link copied to clipboard
open override val transition: TransitionOptions?

Transition options applied when loading the style.