createGeometry

fun createGeometry(simplePolylineGeometry: SimplePolylineGeometry): Geometry?(source)

Computes the geometric representation of a simple polyline, including its vertices, indices, and a bounding sphere.

Return

The computed vertices and indices.

Parameters

simplePolylineGeometry

A description of the polyline.

See also