FromPositionsOptions

sealed interface FromPositionsOptions(source)

Properties

Link copied to clipboard
abstract var ellipsoid: Ellipsoid?

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

Link copied to clipboard

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

Link copied to clipboard
abstract var stRotation: Double?

The rotation of the texture coordinates, in radians. A positive rotation is counter-clockwise. Default value - 0.0

Link copied to clipboard

Texture coordinates as a PolygonHierarchy of Cartesian2 points.

Link copied to clipboard
abstract var vertexFormat: VertexFormat?

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