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.

defaultModelId
Link copied to clipboard
val defaultModelId: String?

Model to render.

defaultModelIdAsExpression
Link copied to clipboard
val defaultModelIdAsExpression: Expression?

Model to render.

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.

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.