On this page
Properties

Type Alias TerrainSpecification

type TerrainSpecification = {
    exaggeration?: number;
    source: string;
}
Index

Properties

exaggeration?: number

The exaggeration of the terrain - how high it will look.

1
source: string

The source for the terrain data.

Was this helpful?
SDK JS
Reference
TerrainSpecification