ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard
abstract var 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 var 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 var 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

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

Link copied to clipboard
abstract var width: Double?

The screen space width in pixels. Default value - 1.0