Polyline

internal constructor new Cesium.Polyline()

通过调用 PolylineCollection#add 创建此函数。 不要直接调用构造函数。
可渲染的多段线。
See:

Members

获取或设置条件 指定此多段线将在距摄像机多远处显示。
Default Value: undefined
获取或设置选取多段线时返回的 User-defined 值。
获取或设置是否在第一个和最后一个折线位置之间添加线段。
获取或设置多段线的表面外观。 这可以是几个内置 Material 对象之一,也可以是自定义材质,脚本中使用 Fabric.
获取或设置多段线的位置。
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.
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.