Companion

object Companion

Static variables and methods.

Properties

defaultMaxZoom
Link copied to clipboard
val defaultMaxZoom: Double?

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

defaultMinZoom
Link copied to clipboard
val defaultMinZoom: Double?

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

defaultModelColor
Link copied to clipboard
val defaultModelColor: String?

The tint color of the model layer. model-color-mix-intensity (defaults to 0) defines tint(mix) intensity - this means that, this color is not used unless model-color-mix-intensity gets value greater than 0.

defaultModelColorAsColorInt
Link copied to clipboard
val defaultModelColorAsColorInt: Int?

The tint color of the model layer. model-color-mix-intensity (defaults to 0) defines tint(mix) intensity - this means that, this color is not used unless model-color-mix-intensity gets value greater than 0.

defaultModelColorAsExpression
Link copied to clipboard
val defaultModelColorAsExpression: Expression?

The tint color of the model layer. model-color-mix-intensity (defaults to 0) defines tint(mix) intensity - this means that, this color is not used unless model-color-mix-intensity gets value greater than 0.

defaultModelColorMixIntensity
Link copied to clipboard
val defaultModelColorMixIntensity: Double?

Intensity of model-color (on a scale from 0 to 1) in color mix with original 3D model's colors. Higher number will present a higher model-color contribution in mix.

val defaultModelColorMixIntensityAsExpression: Expression?

Intensity of model-color (on a scale from 0 to 1) in color mix with original 3D model's colors. Higher number will present a higher model-color contribution in mix.

defaultModelColorMixIntensityTransition
Link copied to clipboard

Transition options for ModelColorMixIntensity.

defaultModelColorTransition
Link copied to clipboard
val defaultModelColorTransition: StyleTransition?

Transition options for ModelColor.

defaultModelId
Link copied to clipboard
val defaultModelId: String?

Model to render.

defaultModelIdAsExpression
Link copied to clipboard
val defaultModelIdAsExpression: Expression?

Model to render.

defaultModelOpacity
Link copied to clipboard
val defaultModelOpacity: Double?

The opacity of the model layer.

defaultModelOpacityAsExpression
Link copied to clipboard
val defaultModelOpacityAsExpression: Expression?

The opacity of the model layer.

defaultModelOpacityTransition
Link copied to clipboard
val defaultModelOpacityTransition: StyleTransition?

Transition options for ModelOpacity.

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

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

defaultModelRotationAsExpression
Link copied to clipboard
val defaultModelRotationAsExpression: Expression?

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

defaultModelRotationTransition
Link copied to clipboard
val defaultModelRotationTransition: StyleTransition?

Transition options for ModelRotation.

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

The scale of the model.

defaultModelScaleAsExpression
Link copied to clipboard
val defaultModelScaleAsExpression: Expression?

The scale of the model.

defaultModelScaleTransition
Link copied to clipboard
val defaultModelScaleTransition: StyleTransition?

Transition options for ModelScale.

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

The translation of the model in meters in form of longitudal, latitudal, altitude offsets.

defaultModelTranslationAsExpression
Link copied to clipboard
val defaultModelTranslationAsExpression: Expression?

The translation of the model in meters in form of longitudal, latitudal, altitude offsets.

defaultModelTranslationTransition
Link copied to clipboard
val defaultModelTranslationTransition: StyleTransition?

Transition options for ModelTranslation.

defaultModelType
Link copied to clipboard
val defaultModelType: ModelType?

Defines rendering behavior of model in respect to other 3D scene objects.

defaultModelTypeAsExpression
Link copied to clipboard
val defaultModelTypeAsExpression: Expression?

Defines rendering behavior of model in respect to other 3D scene objects.

defaultVisibility
Link copied to clipboard
val defaultVisibility: Visibility?

Visibility of the layer.