ConstructorOptions

Initialization options for the GridImageryProvider constructor

See also

Properties

Link copied to clipboard
abstract val backgroundColor: Color?

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

Link copied to clipboard
abstract val canvasSize: Int?

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

Link copied to clipboard
abstract val cells: Int?

The number of grids cells. Default value - 8

Link copied to clipboard
abstract val color: Color?

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

Link copied to clipboard
abstract val 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 val 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 val glowWidth: Int?

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

Link copied to clipboard
abstract val tileHeight: Int?

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

Link copied to clipboard
abstract val tileWidth: Int?

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

Link copied to clipboard
abstract val tilingScheme: TilingScheme?

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