ConstructorOptions

sealed interface ConstructorOptions(source)

Initialization options for the GridImageryProvider constructor

See also

Properties

Link copied to clipboard
abstract var backgroundColor: Color?

Background fill color. Default value - Color(0.0, 0.5, 0.0, 0.2)

Link copied to clipboard
abstract var canvasSize: Int?

The size of the canvas used for rendering. Default value - 256

Link copied to clipboard
abstract var cells: Int?

The number of grids cells. Default value - 8

Link copied to clipboard
abstract var color: Color?

The color to draw grid lines. Default value - Color(1.0, 1.0, 1.0, 0.4)

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 glowColor: Color?

The color to draw glow for grid lines. Default value - Color(0.0, 1.0, 0.0, 0.05)

Link copied to clipboard
abstract var glowWidth: Int?

The width of lines used for rendering the line glow effect. Default value - 6

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()