TianDiTuImageryProvider

new Cesium.TianDiTuImageryProvider(mapstyle, tk, maxLevel)

天地图服务
Name Type Description
mapstyle TiandituMapsStyle optional 服务类型,参考Cesium.TiandituMapsStyle.枚举类型,
tk String optional 服务密匙
maxLevel Number optional 默认18级
Example:
Viewer.imageryLayers.addImageryProvider(
Cesium.TianDiTuImageryProvider(Cesium.TiandituMapsStyle.TDT_VEC_C,"token",10));
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.