ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var ellipsoid: Ellipsoid?

The ellipsoid whose surface is being tiled. Defaults to the default ellipsoid. Default value - Ellipsoid.default

Link copied to clipboard

The number of tiles in the X direction at level zero of the tile tree. Default value - 1

Link copied to clipboard

The number of tiles in the Y direction at level zero of the tile tree. Default value - 1

Link copied to clipboard

The northeast corner of the rectangle covered by the tiling scheme, in meters. If this parameter or rectangleSouthwestInMeters is not specified, the entire globe is covered in the longitude direction and an equal distance is covered in the latitude direction, resulting in a square projection.

Link copied to clipboard

The southwest corner of the rectangle covered by the tiling scheme, in meters. If this parameter or rectangleNortheastInMeters is not specified, the entire globe is covered in the longitude direction and an equal distance is covered in the latitude direction, resulting in a square projection.