ConstructorOptions

Properties

Link copied to clipboard
abstract val arcType: ArcType?

The type of line the polyline segments must follow. Valid options are ArcType.GEODESIC and ArcType.RHUMB. Default value - ArcType.GEODESIC

Link copied to clipboard
abstract val granularity: Double?

The distance interval in meters used for interpolating options.points. Defaults to 9999.0 meters. Zero indicates no interpolation. Default value - 9999.0

Link copied to clipboard
abstract val loop: Boolean?

Whether during geometry creation a line segment will be added between the last and first line positions to make this Polyline a loop. Default value - false

Link copied to clipboard
abstract val positions: <Error class: unknown class><Cartesian3>

An array of Cartesian3 defining the polyline's points. Heights above the ellipsoid will be ignored.

Link copied to clipboard
abstract val width: Double?

The screen space width in pixels. Default value - 1.0