ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard

The callback function for requesting tile geometry.

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 the tilingScheme is specified, this parameter is ignored and the tiling scheme's ellipsoid is used instead. If neither parameter is specified, the default ellipsoid is used. Default value - Ellipsoid.default

Link copied to clipboard
abstract var height: Double

The number of rows per heightmap tile.

Link copied to clipboard
abstract var tilingScheme: TilingScheme?

The tiling scheme specifying how the ellipsoidal surface is broken into tiles. If this parameter is not provided, a GeographicTilingScheme is used.

Link copied to clipboard
abstract var width: Double

The number of columns per heightmap tile.