ConstructorOptions

sealed interface ConstructorOptions(source)

Initialization options for the TileCoordinatesImageryProvider constructor

See also

Properties

Link copied to clipboard
abstract var color: Color?

The color to draw the tile box and label. Default value - Color.YELLOW

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 WGS84 ellipsoid is used.

Link copied to clipboard
abstract var tileHeight: Int?

The height of the tile for level-of-detail selection purposes. Default value - 256

Link copied to clipboard
abstract var tileWidth: Int?

The width of the tile for level-of-detail selection purposes. Default value - 256

Link copied to clipboard
abstract var tilingScheme: TilingScheme?

The tiling scheme for which to draw tiles. Default value - GeographicTilingScheme()