PolylineCollection
PolylineCollection is a collection of polyline primitives.
It can have some Polyline components as children.
Primitive is a low layer API for geographical visualization. Entity is more recommended unless performance issues.
- Cesium element: PolylineCollection
- Example: PolylineCollection
Availability
Inside Viewer or CesiumWidget component. A PolylineCollection object will be attached to the PrimitiveCollection of the Viewer or CesiumWidget.
Properties
Cesium properties
| Property | Type | Description |
|---|---|---|
| show | boolean | |
| length | number | |
| debugShowBoundingVolume | boolean | |
| modelMatrix | Matrix4 |
Cesium read-only properties
N/A
Cesium events
N/A
Other properties
| Property | Type | Description |
|---|---|---|
| children | ReactNode |