MTTerrainSpecification

@Serializable
data class MTTerrainSpecification(val source: String, val exaggeration: Double? = null)

Specification for the 3D terrain representation.

Constructors

constructor(source: String, exaggeration: Double? = null)

Properties

val exaggeration: Double? = null

Exaggeration factor of the terrain.

ID of the terrain source.