ComputeRectangleOptions

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