How to define property type in SampledProperty in Cesium
问题 I am using Cesiumjs to create a polygon which is moving around an area. To show its movement I tried to create a sampledProperty of PolygonHierarchy . Each sample is an array of Cartesian3 positions (three endpoints of my polygon at each time step). I need to know the type of the property that I am using in sampledProperty as it is mentioned in Cesiumjs website: Cesiumjs.org/SampledProperty. But I don't know how to define it and I couldn't find any explanation on the website on how to