ConstructorOptions

sealed interface ConstructorOptions(source)

Initialization options for the SingleTileImageryProvider constructor

See also

Properties

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 not specified, the WGS84 ellipsoid is used.

Link copied to clipboard
abstract var rectangle: Rectangle?

The rectangle, in radians, covered by the image. Default value - Rectangle.MAX_VALUE

Link copied to clipboard
abstract var tileHeight: Int?

The height of the tile, in pixels.

Link copied to clipboard
abstract var tileWidth: Int?

The width of the tile, in pixels.

Link copied to clipboard
abstract var url: Resource

The url for the tile.