mars3d-tdt 3.1.19 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * Mars3D平台插件, 支持对 天地图三维地名服务和地形服务加载使用
3
- * 版本信息:v3.1.19, hash值: 9e2563ee03e1ea7c9d9c
4
- * 编译日期:2022-01-02 13:45:30
3
+ * 版本信息:v3.2.0, hash值: df23a3a3d8d64c80c541
4
+ * 编译日期:2022-01-28 14:22:42
5
5
  * 版权所有:Copyright by 火星科技 http://mars3d.cn
6
6
  *
7
7
  */
@@ -40674,10 +40674,10 @@ var BaseLayer = external_mars3d_["layer"].BaseLayer;
40674
40674
  * @param {Object} [options.center] 图层自定义定位视角 {@link Map#setCameraView}
40675
40675
  * @param {Number} options.center.lng 经度值, 180 - 180
40676
40676
  * @param {Number} options.center.lat 纬度值, -90 - 90
40677
- * @param {Number} options.center.alt 高度值
40678
- * @param {Number} options.center.heading 方向角度值,绕垂直于地心的轴旋转角度, 0-360
40679
- * @param {Number} options.center.pitch 俯仰角度值,绕纬度线旋转角度, 0-360
40680
- * @param {Number} options.center.roll 翻滚角度值,绕经度线旋转角度, 0-360
40677
+ * @param {Number} [options.center.alt] 高度值
40678
+ * @param {Number} [options.center.heading] 方向角度值,绕垂直于地心的轴旋转角度, 0-360
40679
+ * @param {Number} [options.center.pitch] 俯仰角度值,绕纬度线旋转角度, 0-360
40680
+ * @param {Number} [options.center.roll] 翻滚角度值,绕经度线旋转角度, 0-360
40681
40681
  * @param {Boolean} [options.flyTo] 加载完成数据后是否自动飞行定位到数据所在的区域。
40682
40682
  * @export
40683
40683
  * @class TdtDmLayer