ConstructorOptions

Initialization options for the SingleTileImageryProvider constructor

See also

Properties

Link copied to clipboard
abstract val credit: Credit?

A credit for the data source, which is displayed on the canvas.

Link copied to clipboard
abstract val ellipsoid: Ellipsoid?

The ellipsoid. If not specified, the WGS84 ellipsoid is used.

Link copied to clipboard
abstract val rectangle: Rectangle?

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

Link copied to clipboard
abstract val tileHeight: Int?

The height of the tile, in pixels.

Link copied to clipboard
abstract val tileWidth: Int?

The width of the tile, in pixels.

Link copied to clipboard
abstract val url: Resource

The url for the tile.