FromPositionsOptions

sealed interface FromPositionsOptions(source)

Properties

Link copied to clipboard
abstract var arcType: ArcType?

The type of path the outline must follow. Valid options are LinkType.GEODESIC and ArcType.RHUMB. Default value - ArcType.GEODESIC

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 height of the polygon extrusion.

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 height of the polygon. Default value - 0.0

Link copied to clipboard
abstract var perPositionHeight: Boolean?

Use the height of options.positions for each position instead of using options.height to determine the height. Default value - false

Link copied to clipboard

An array of positions that defined the corner points of the polygon.