css:
.cesium-widget-credits{
display:none!important;
}
js:
var viewer = new Cesium.Viewer('cs', {
animation:false, //是否顯示動畫控件
homeButton:true, //是否顯示home鍵
geocoder:false, //是否顯示地名查找控件 如果設置為true,則無法查詢
baseLayerPicker:false, //是否顯示圖層選擇控件
timeline:false, //是否顯示時間線控件
fullscreenButton:true, //是否全屏顯示
scene3DOnly:true, //如果設置為true,則所有幾何圖形以3D模式繪制以節約GPU資源
infoBox:true, //是否顯示點擊要素之后顯示的信息
sceneModePicker:true, //是否顯示投影方式控件 三維/二維
navigationInstructionsInitiallyVisible:false,
navigationHelpButton:false, //是否顯示幫助信息控件
selectionIndicator:false//是否顯示指示器組件
});