positions

var positions: ERROR CLASS: Symbol not found for ReadonlyArray<cesium/engine/Cartesian3>(source)

Gets or sets the positions of the polyline.

polyline.positions = Cartesian3.fromDegreesArray([
0.0, 0.0,
10.0, 0.0,
0.0, 20.0
]);

See also