Companion

Static variables and methods.

object Companion

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

defaultMaxZoom
Link copied to clipboard

The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden.

Range: minimum: 0 maximum: 24

val defaultMaxZoom: Double?
defaultMinZoom
Link copied to clipboard

The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden.

Range: minimum: 0 maximum: 24

val defaultMinZoom: Double?
defaultModelOpacity
Link copied to clipboard

The opacity of the model layer.

val defaultModelOpacity: Double?
defaultModelOpacityAsExpression
Link copied to clipboard

This is an Expression representation of "model-opacity".

The opacity of the model layer.

val defaultModelOpacityAsExpression: Expression?
defaultModelOpacityTransition
Link copied to clipboard

Transition options for ModelOpacity.

val defaultModelOpacityTransition: StyleTransition?
defaultModelRotation
Link copied to clipboard

The rotation of the model in euler angles lon, lat, z.

val defaultModelRotation: List<Double>?
defaultModelRotationAsExpression
Link copied to clipboard

This is an Expression representation of "model-rotation".

The rotation of the model in euler angles lon, lat, z.

val defaultModelRotationAsExpression: Expression?
defaultModelRotationTransition
Link copied to clipboard

Transition options for ModelRotation.

val defaultModelRotationTransition: StyleTransition?
defaultModelScale
Link copied to clipboard

The scale of the model.

val defaultModelScale: List<Double>?
defaultModelScaleAsExpression
Link copied to clipboard

This is an Expression representation of "model-scale".

The scale of the model.

val defaultModelScaleAsExpression: Expression?
defaultModelTranslation
Link copied to clipboard

The translation of the model lon, lat, z

val defaultModelTranslation: List<Double>?
defaultModelTranslationAsExpression
Link copied to clipboard

This is an Expression representation of "model-translation".

The translation of the model lon, lat, z

val defaultModelTranslationAsExpression: Expression?
defaultVisibility
Link copied to clipboard

Visibility of the layer.

val defaultVisibility: Visibility?