通过调用
可渲染的多段线。
PolylineCollection#add
创建此函数。 不要直接调用构造函数。
See:
Members
distanceDisplayCondition : DistanceDisplayCondition
获取或设置条件 指定此多段线将在距摄像机多远处显示。
-
Default Value:
undefined
获取或设置选取多段线时返回的 User-defined 值。
获取或设置是否在第一个和最后一个折线位置之间添加线段。
material : Material
positions : Array.<Cartesian3>
获取或设置多段线的位置。
Example:
polyline.positions = Cesium.Cartesian3.fromDegreesArray([
0.0, 0.0,
10.0, 0.0,
0.0, 20.0
]);
Determines if this polyline will be shown. Use this to hide or show a polyline, instead
of removing it and re-adding it to the collection.
获取或设置width of the polyline.