ConstructorOptions

sealed interface ConstructorOptions(source)

Initialization options for the CesiumTerrainProvider constructor

See also

Properties

Link copied to clipboard
abstract var credit: Credit?

A credit for the data source, which is displayed on the canvas.

Link copied to clipboard
abstract var ellipsoid: Ellipsoid?

The ellipsoid. If not specified, the default ellipsoid is used. Default value - Ellipsoid.default

Link copied to clipboard
abstract var requestMetadata: Boolean?

Flag that indicates if the client should request per tile metadata from the server, if available. Default value - true

Link copied to clipboard

Flag that indicates if the client should request additional lighting information from the server, in the form of per vertex normals if available. Default value - false

Link copied to clipboard
abstract var requestWaterMask: Boolean?

Flag that indicates if the client should request per tile water masks from the server, if available. Default value - false