StyleExtensionImpl

The concrete implementation of style extension.

class StyleExtensionImpl : StyleContract.StyleExtension

Types

Builder
Link copied to clipboard

The builder for style extension.

class Builder(styleUri: String)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

images
Link copied to clipboard

The images of the style.

open override val images: List<StyleContract.StyleImageExtension>
layers
Link copied to clipboard

The layers of the style.

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

The light of the style.

open override val light: Light?
sources
Link copied to clipboard

The sources of the style.

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

The style's Uri.

open override val styleUri: String
terrain
Link copied to clipboard

The terrain of the style.

open override val terrain: Terrain?