FillElevationReferenceValue

data class FillElevationReferenceValue(val value: Value) : HoldsValue

Selects the base of fill-elevation. Some modes might require precomputed elevation data in the tileset. Default value: "none".

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Types

Link copied to clipboard
object Companion

Public companion object.

Functions

Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP])
open override fun isNotInitial(): Boolean

True if the this value is not INITIAL

Properties

Link copied to clipboard
open override val value: Value