positions

var positions: <Error class: unknown class><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