ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var cornerType: CornerType?

Determines the style of the corners. Default value - CornerType.ROUNDED

Link copied to clipboard
abstract var ellipsoid: Ellipsoid?

The ellipsoid to be used as a reference. Default value - Ellipsoid.default

Link copied to clipboard
abstract var extrudedHeight: Double?

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

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 ellipsoid surface and the positions. Default value - 0

Link copied to clipboard

An array of positions that define the center of the corridor.

Link copied to clipboard
abstract var vertexFormat: VertexFormat?

The vertex attributes to be computed. Default value - VertexFormat.DEFAULT

Link copied to clipboard
abstract var width: Double

The distance between the edges of the corridor in meters.