update(value:number) {
this.altitude=value;
this._viewer.camera.flyTo({
destination : Cesium.Cartesian3.fromDegrees(this._viewer.Longitude,this._viewer.Latitude, value)
});
I want to make it so that the function changes the height of the map, but there it must also take the coordinates of the point, and I need to change the height at any point where I am