i have latitude,longitude,height and speed of flight .How to link flight speed to speed meter speed .Please help me
Hi, It seems like the issue is not related to Cesium library as you are already getting values. If you want to set these values to the widgets you are using, you need something to run in a loop like setInterval or you can use viewer.scene.postRender.addEventListener() where you can regularly update widgets.
I suggest you to create a sandcastle example for our better understanding.
- Regards,