ConstructorOptions

Initialization options for the TileCoordinatesImageryProvider constructor

See also

Properties

Link copied to clipboard
abstract val color: Color?

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

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

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