ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var ellipsoid: Ellipsoid?

The ellipsoid on which the rectangle lies. Default value - Ellipsoid.default

Link copied to clipboard
abstract var extrudedHeight: Double?

The distance in meters between the rectangle's extruded face and the ellipsoid surface.

Link copied to clipboard
abstract var granularity: Double?

The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer. Default value - Math.RADIANS_PER_DEGREE

Link copied to clipboard
abstract var height: Double?

The distance in meters between the rectangle and the ellipsoid surface. Default value - 0.0

Link copied to clipboard
abstract var rectangle: Rectangle

A cartographic rectangle with north, south, east and west properties in radians.

Link copied to clipboard
abstract var rotation: Double?

The rotation of the rectangle, in radians. A positive rotation is counter-clockwise. Default value - 0.0