mars3d 3.4.5 → 3.4.6
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.
- package/dist/mars3d.css +2 -2
- package/dist/mars3d.d.ts +420 -230
- package/dist/mars3d.js +3 -3
- package/package.json +1 -1
package/dist/mars3d.d.ts
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Mars3D三维可视化平台 mars3d
|
|
4
4
|
*
|
|
5
|
-
* 版本信息:v3.4.
|
|
6
|
-
* 编译日期:2022-08-21
|
|
5
|
+
* 版本信息:v3.4.6
|
|
6
|
+
* 编译日期:2022-08-29 21:17:57
|
|
7
7
|
* 版权所有:Copyright by 火星科技 http://mars3d.cn
|
|
8
8
|
* 使用单位:免费公开版 ,2022-06-01
|
|
9
9
|
*/
|
|
@@ -3639,8 +3639,8 @@ declare class BaseGraphic extends BaseClass {
|
|
|
3639
3639
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
3640
3640
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
3641
3641
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
3642
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
3643
|
-
* @param [options.roll] -
|
|
3642
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
3643
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
3644
3644
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
3645
3645
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
3646
3646
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -5043,10 +5043,10 @@ declare class WaterCombine extends PolygonCombine {
|
|
|
5043
5043
|
constructor(options: {
|
|
5044
5044
|
instances?: {
|
|
5045
5045
|
positions: LngLatPoint[] | Cesium.Cartesian3[] | any[];
|
|
5046
|
-
style?:
|
|
5046
|
+
style?: Water.StyleOptions | any;
|
|
5047
5047
|
attr?: any;
|
|
5048
5048
|
}[];
|
|
5049
|
-
style?:
|
|
5049
|
+
style?: Water.StyleOptions | any;
|
|
5050
5050
|
highlight?: {
|
|
5051
5051
|
type?: string;
|
|
5052
5052
|
};
|
|
@@ -5178,7 +5178,7 @@ declare class ArcFrustum extends BasePointPrimitive {
|
|
|
5178
5178
|
* @param [options.camera.type] - 视角模式类型,包括:'':无、'gs':跟随视角、'dy':第一视角、'sd':上帝视角
|
|
5179
5179
|
* @param [options.camera.radius] - 'gs'跟随视角时的 初始俯仰距离值(单位:米)
|
|
5180
5180
|
* @param [options.camera.heading] - 'gs'跟随视角时的 初始方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
5181
|
-
* @param [options.camera.pitch] - 'gs'跟随视角时的 初始俯仰角度值,绕纬度线旋转角度,
|
|
5181
|
+
* @param [options.camera.pitch] - 'gs'跟随视角时的 初始俯仰角度值,绕纬度线旋转角度, -90至90
|
|
5182
5182
|
* @param [options.camera.followedX = 50] - 'dy'锁定第一视角时,距离运动点的距离(后方)
|
|
5183
5183
|
* @param [options.camera.followedZ = 10] - 'dy'锁定第一视角或'sd'上帝视角时,距离运动点的高度(上方)
|
|
5184
5184
|
* @param [options.camera.offsetX = 0] - 'dy'锁定第一视角时,锁定点的本身的X轴方向(前后)偏移值
|
|
@@ -5534,7 +5534,7 @@ declare namespace Route {
|
|
|
5534
5534
|
* @param [options.camera.type] - 视角模式类型,包括:'':无、'gs':跟随视角、'dy':第一视角、'sd':上帝视角
|
|
5535
5535
|
* @param [options.camera.radius] - 'gs'跟随视角时的 初始俯仰距离值(单位:米)
|
|
5536
5536
|
* @param [options.camera.heading] - 'gs'跟随视角时的 初始方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
5537
|
-
* @param [options.camera.pitch] - 'gs'跟随视角时的 初始俯仰角度值,绕纬度线旋转角度,
|
|
5537
|
+
* @param [options.camera.pitch] - 'gs'跟随视角时的 初始俯仰角度值,绕纬度线旋转角度, -90至90
|
|
5538
5538
|
* @param [options.camera.followedX = 50] - 'dy'锁定第一视角时,距离运动点的距离(后方)
|
|
5539
5539
|
* @param [options.camera.followedZ = 10] - 'dy'锁定第一视角或'sd'上帝视角时,距离运动点的高度(上方)
|
|
5540
5540
|
* @param [options.camera.offsetX = 0] - 'dy'锁定第一视角时,锁定点的本身的X轴方向(前后)偏移值
|
|
@@ -7568,7 +7568,7 @@ declare class BoxEntity extends BasePointEntity {
|
|
|
7568
7568
|
declare namespace CanvasLabelEntity {
|
|
7569
7569
|
/**
|
|
7570
7570
|
* Canvas 文本点(label转图片) 支持的样式信息
|
|
7571
|
-
* @property [text = "文字"] -
|
|
7571
|
+
* @property [text = "文字"] - 文本内容 (提示:暂不支持换行)
|
|
7572
7572
|
* @property [scale = 1.0] - 指定缩放比例。
|
|
7573
7573
|
* @property [horizontalOrigin] - 横向方向的定位
|
|
7574
7574
|
* @property [verticalOrigin] - 垂直方向的定位
|
|
@@ -7912,8 +7912,8 @@ declare class CircleEntity extends BasePointEntity {
|
|
|
7912
7912
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
7913
7913
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
7914
7914
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
7915
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
7916
|
-
* @param [options.roll] -
|
|
7915
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
7916
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
7917
7917
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
7918
7918
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
7919
7919
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -9508,8 +9508,8 @@ declare class ModelEntity extends BasePointEntity {
|
|
|
9508
9508
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
9509
9509
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
9510
9510
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
9511
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
9512
|
-
* @param [options.roll] -
|
|
9511
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
9512
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
9513
9513
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
9514
9514
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
9515
9515
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -9698,8 +9698,8 @@ declare class PathEntity extends BasePointEntity {
|
|
|
9698
9698
|
* @param [options = {}] - 具有以下属性的对象:
|
|
9699
9699
|
* @param [options.radius] - 相机距离目标点的距离(单位:米)
|
|
9700
9700
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
9701
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
9702
|
-
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
9701
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
9702
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
9703
9703
|
* @param [options.duration] - 飞行持续时间(秒)。如果省略,内部会根据飞行距离计算出理想的飞行时间。
|
|
9704
9704
|
* @param [options.endTransform] - 表示飞行完成后摄像机将位于的参考帧的变换矩阵。
|
|
9705
9705
|
* @param [options.maximumHeight] - 飞行高峰时的最大高度。
|
|
@@ -10646,8 +10646,8 @@ declare class RectangleEntity extends BasePolyEntity {
|
|
|
10646
10646
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
10647
10647
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
10648
10648
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
10649
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
10650
|
-
* @param [options.roll] -
|
|
10649
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
10650
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
10651
10651
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
10652
10652
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
10653
10653
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -13320,8 +13320,8 @@ declare class CirclePrimitive extends BasePointPrimitive {
|
|
|
13320
13320
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
13321
13321
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
13322
13322
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
13323
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
13324
|
-
* @param [options.roll] -
|
|
13323
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
13324
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
13325
13325
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
13326
13326
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
13327
13327
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -16044,9 +16044,9 @@ declare namespace BaseGraphicLayer {
|
|
|
16044
16044
|
* @param options.center.lng - 经度值, 180 - 180
|
|
16045
16045
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
16046
16046
|
* @param [options.center.alt] - 高度值
|
|
16047
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
16048
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
16049
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
16047
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
16048
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
16049
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
16050
16050
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
16051
16051
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
16052
16052
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -16268,9 +16268,9 @@ declare class BaseGraphicLayer extends BaseLayer {
|
|
|
16268
16268
|
* @param options.center.lng - 经度值, 180 - 180
|
|
16269
16269
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
16270
16270
|
* @param [options.center.alt] - 高度值
|
|
16271
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
16272
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
16273
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
16271
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
16272
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
16273
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
16274
16274
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
16275
16275
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
16276
16276
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -16522,9 +16522,9 @@ declare namespace CzmGeoJsonLayer {
|
|
|
16522
16522
|
* @param options.center.lng - 经度值, 180 - 180
|
|
16523
16523
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
16524
16524
|
* @param [options.center.alt] - 高度值
|
|
16525
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
16526
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
16527
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
16525
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
16526
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
16527
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
16528
16528
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
16529
16529
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
16530
16530
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -16715,9 +16715,9 @@ declare class CzmGeoJsonLayer extends BaseGraphicLayer {
|
|
|
16715
16715
|
* @param options.center.lng - 经度值, 180 - 180
|
|
16716
16716
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
16717
16717
|
* @param [options.center.alt] - 高度值
|
|
16718
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
16719
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
16720
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
16718
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
16719
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
16720
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
16721
16721
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
16722
16722
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
16723
16723
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -16823,9 +16823,9 @@ declare class CzmlLayer extends CzmGeoJsonLayer {
|
|
|
16823
16823
|
* @param options.center.lng - 经度值, 180 - 180
|
|
16824
16824
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
16825
16825
|
* @param [options.center.alt] - 高度值
|
|
16826
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
16827
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
16828
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
16826
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
16827
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
16828
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
16829
16829
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
16830
16830
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
16831
16831
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -16922,7 +16922,7 @@ declare class KmlLayer extends CzmGeoJsonLayer {
|
|
|
16922
16922
|
* @param [options.maximumLevel] - 图层所支持的最大层级,当地图大于该级别时,平台不去请求服务数据。
|
|
16923
16923
|
* @param options.rectangle - 瓦片数据的矩形区域范围
|
|
16924
16924
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
16925
|
-
* @param options.rectangle.xmax -
|
|
16925
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
16926
16926
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
16927
16927
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
16928
16928
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -16972,9 +16972,9 @@ declare class KmlLayer extends CzmGeoJsonLayer {
|
|
|
16972
16972
|
* @param options.center.lng - 经度值, 180 - 180
|
|
16973
16973
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
16974
16974
|
* @param [options.center.alt] - 高度值
|
|
16975
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
16976
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
16977
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
16975
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
16976
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
16977
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
16978
16978
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
16979
16979
|
*/
|
|
16980
16980
|
declare class ArcGisWfsLayer extends LodGraphicLayer {
|
|
@@ -17101,9 +17101,9 @@ declare class ArcGisWfsLayer extends LodGraphicLayer {
|
|
|
17101
17101
|
* @param options.center.lng - 经度值, 180 - 180
|
|
17102
17102
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
17103
17103
|
* @param [options.center.alt] - 高度值
|
|
17104
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
17105
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
17106
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
17104
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
17105
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
17106
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
17107
17107
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
17108
17108
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
17109
17109
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -17250,9 +17250,9 @@ declare class ArcGisWfsSingleLayer extends GeoJsonLayer {
|
|
|
17250
17250
|
* @param options.center.lng - 经度值, 180 - 180
|
|
17251
17251
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
17252
17252
|
* @param [options.center.alt] - 高度值
|
|
17253
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
17254
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
17255
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
17253
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
17254
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
17255
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
17256
17256
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
17257
17257
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
17258
17258
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -17359,7 +17359,7 @@ declare class BusineDataLayer extends GraphicLayer {
|
|
|
17359
17359
|
* @param [options.maximumLevel] - 图层所支持的最大层级,当地图大于该级别时,平台不去请求服务数据。
|
|
17360
17360
|
* @param options.rectangle - 瓦片数据的矩形区域范围
|
|
17361
17361
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
17362
|
-
* @param options.rectangle.xmax -
|
|
17362
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
17363
17363
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
17364
17364
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
17365
17365
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -17388,9 +17388,9 @@ declare class BusineDataLayer extends GraphicLayer {
|
|
|
17388
17388
|
* @param options.center.lng - 经度值, 180 - 180
|
|
17389
17389
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
17390
17390
|
* @param [options.center.alt] - 高度值
|
|
17391
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
17392
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
17393
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
17391
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
17392
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
17393
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
17394
17394
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
17395
17395
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
17396
17396
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -17587,9 +17587,9 @@ declare namespace GeoJsonLayer {
|
|
|
17587
17587
|
* @param options.center.lng - 经度值, 180 - 180
|
|
17588
17588
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
17589
17589
|
* @param [options.center.alt] - 高度值
|
|
17590
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
17591
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
17592
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
17590
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
17591
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
17592
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
17593
17593
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
17594
17594
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
17595
17595
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -17709,9 +17709,9 @@ declare class GeoJsonLayer extends GraphicLayer {
|
|
|
17709
17709
|
* @param options.center.lng - 经度值, 180 - 180
|
|
17710
17710
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
17711
17711
|
* @param [options.center.alt] - 高度值
|
|
17712
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
17713
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
17714
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
17712
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
17713
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
17714
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
17715
17715
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
17716
17716
|
*/
|
|
17717
17717
|
declare class GraphicGroupLayer extends GroupLayer {
|
|
@@ -18002,9 +18002,9 @@ declare namespace GraphicLayer {
|
|
|
18002
18002
|
* @param options.center.lng - 经度值, 180 - 180
|
|
18003
18003
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
18004
18004
|
* @param [options.center.alt] - 高度值
|
|
18005
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
18006
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
18007
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
18005
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
18006
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
18007
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
18008
18008
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
18009
18009
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
18010
18010
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -18367,9 +18367,9 @@ declare class GraphicLayer extends BaseGraphicLayer {
|
|
|
18367
18367
|
* @param options.center.lng - 经度值, 180 - 180
|
|
18368
18368
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
18369
18369
|
* @param [options.center.alt] - 高度值
|
|
18370
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
18371
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
18372
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
18370
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
18371
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
18372
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
18373
18373
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
18374
18374
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
18375
18375
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -18465,7 +18465,7 @@ declare namespace LodGraphicLayer {
|
|
|
18465
18465
|
* @param [options.maximumLevel] - 图层所支持的最大层级,当地图大于该级别时,平台不去请求服务数据。
|
|
18466
18466
|
* @param options.rectangle - 瓦片数据的矩形区域范围
|
|
18467
18467
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
18468
|
-
* @param options.rectangle.xmax -
|
|
18468
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
18469
18469
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
18470
18470
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
18471
18471
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -18507,9 +18507,9 @@ declare namespace LodGraphicLayer {
|
|
|
18507
18507
|
* @param options.center.lng - 经度值, 180 - 180
|
|
18508
18508
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
18509
18509
|
* @param [options.center.alt] - 高度值
|
|
18510
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
18511
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
18512
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
18510
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
18511
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
18512
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
18513
18513
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
18514
18514
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
18515
18515
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -18656,9 +18656,9 @@ declare class LodGraphicLayer extends GraphicLayer {
|
|
|
18656
18656
|
* @param options.center.lng - 经度值, 180 - 180
|
|
18657
18657
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
18658
18658
|
* @param [options.center.alt] - 高度值
|
|
18659
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
18660
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
18661
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
18659
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
18660
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
18661
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
18662
18662
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
18663
18663
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
18664
18664
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -18857,9 +18857,9 @@ declare namespace TilesetLayer {
|
|
|
18857
18857
|
* @param options.center.lng - 经度值, 180 - 180
|
|
18858
18858
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
18859
18859
|
* @param [options.center.alt] - 高度值
|
|
18860
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
18861
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
18862
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
18860
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
18861
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
18862
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
18863
18863
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
18864
18864
|
*/
|
|
18865
18865
|
declare class TilesetLayer extends BaseGraphicLayer {
|
|
@@ -19228,7 +19228,7 @@ declare class TilesetLayer extends BaseGraphicLayer {
|
|
|
19228
19228
|
* @param [options.maximumLevel] - 图层所支持的最大层级,当地图大于该级别时,平台不去请求服务数据。
|
|
19229
19229
|
* @param options.rectangle - 瓦片数据的矩形区域范围
|
|
19230
19230
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
19231
|
-
* @param options.rectangle.xmax -
|
|
19231
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
19232
19232
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
19233
19233
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
19234
19234
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -19280,9 +19280,9 @@ declare class TilesetLayer extends BaseGraphicLayer {
|
|
|
19280
19280
|
* @param options.center.lng - 经度值, 180 - 180
|
|
19281
19281
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
19282
19282
|
* @param [options.center.alt] - 高度值
|
|
19283
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
19284
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
19285
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
19283
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
19284
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
19285
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
19286
19286
|
* @param [options.extent] - 图层自定义定位的矩形区域,与center二选一即可。 {@link Map#flyToExtent}
|
|
19287
19287
|
* @param options.extent.xmin - 最小经度值, -180 至 180
|
|
19288
19288
|
* @param options.extent.xmax - 最大经度值, -180 至 180
|
|
@@ -19397,9 +19397,9 @@ declare class WfsLayer extends LodGraphicLayer {
|
|
|
19397
19397
|
* @param options.center.lng - 经度值, 180 - 180
|
|
19398
19398
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
19399
19399
|
* @param [options.center.alt] - 高度值
|
|
19400
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
19401
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
19402
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
19400
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
19401
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
19402
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
19403
19403
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
19404
19404
|
*/
|
|
19405
19405
|
declare class GroupLayer extends BaseGraphicLayer {
|
|
@@ -19572,7 +19572,7 @@ declare class TerrainLayer extends BaseLayer {
|
|
|
19572
19572
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
19573
19573
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
19574
19574
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
19575
|
-
* @param options.rectangle.xmax -
|
|
19575
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
19576
19576
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
19577
19577
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
19578
19578
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -19614,9 +19614,9 @@ declare class TerrainLayer extends BaseLayer {
|
|
|
19614
19614
|
* @param options.center.lng - 经度值, 180 - 180
|
|
19615
19615
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
19616
19616
|
* @param [options.center.alt] - 高度值
|
|
19617
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
19618
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
19619
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
19617
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
19618
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
19619
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
19620
19620
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
19621
19621
|
*/
|
|
19622
19622
|
declare class ArcGisCacheLayer extends BaseTileLayer {
|
|
@@ -19731,7 +19731,7 @@ declare namespace ArcGisLayer {
|
|
|
19731
19731
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
19732
19732
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
19733
19733
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
19734
|
-
* @param options.rectangle.xmax -
|
|
19734
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
19735
19735
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
19736
19736
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
19737
19737
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -19776,9 +19776,9 @@ declare namespace ArcGisLayer {
|
|
|
19776
19776
|
* @param options.center.lng - 经度值, 180 - 180
|
|
19777
19777
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
19778
19778
|
* @param [options.center.alt] - 高度值
|
|
19779
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
19780
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
19781
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
19779
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
19780
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
19781
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
19782
19782
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
19783
19783
|
*/
|
|
19784
19784
|
declare class ArcGisLayer extends BaseTileLayer {
|
|
@@ -19923,7 +19923,7 @@ declare class ArcGisLayer extends BaseTileLayer {
|
|
|
19923
19923
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
19924
19924
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
19925
19925
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
19926
|
-
* @param options.rectangle.xmax -
|
|
19926
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
19927
19927
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
19928
19928
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
19929
19929
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -19965,9 +19965,9 @@ declare class ArcGisLayer extends BaseTileLayer {
|
|
|
19965
19965
|
* @param options.center.lng - 经度值, 180 - 180
|
|
19966
19966
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
19967
19967
|
* @param [options.center.alt] - 高度值
|
|
19968
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
19969
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
19970
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
19968
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
19969
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
19970
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
19971
19971
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
19972
19972
|
*/
|
|
19973
19973
|
declare class ArcGisTileLayer extends BaseTileLayer {
|
|
@@ -20064,7 +20064,7 @@ declare class ArcGisTileLayer extends BaseTileLayer {
|
|
|
20064
20064
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20065
20065
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20066
20066
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20067
|
-
* @param options.rectangle.xmax -
|
|
20067
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20068
20068
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20069
20069
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20070
20070
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -20102,9 +20102,9 @@ declare class ArcGisTileLayer extends BaseTileLayer {
|
|
|
20102
20102
|
* @param options.center.lng - 经度值, 180 - 180
|
|
20103
20103
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
20104
20104
|
* @param [options.center.alt] - 高度值
|
|
20105
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
20106
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
20107
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
20105
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
20106
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
20107
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
20108
20108
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
20109
20109
|
*/
|
|
20110
20110
|
declare class BaiduLayer extends BaseTileLayer {
|
|
@@ -20227,7 +20227,7 @@ declare namespace BaseTileLayer {
|
|
|
20227
20227
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20228
20228
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20229
20229
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20230
|
-
* @param options.rectangle.xmax -
|
|
20230
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20231
20231
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20232
20232
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20233
20233
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -20270,9 +20270,9 @@ declare namespace BaseTileLayer {
|
|
|
20270
20270
|
* @param options.center.lng - 经度值, 180 - 180
|
|
20271
20271
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
20272
20272
|
* @param [options.center.alt] - 高度值
|
|
20273
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
20274
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
20275
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
20273
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
20274
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
20275
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
20276
20276
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
20277
20277
|
*/
|
|
20278
20278
|
declare class BaseTileLayer extends BaseLayer {
|
|
@@ -20485,7 +20485,7 @@ declare class BaseTileLayer extends BaseLayer {
|
|
|
20485
20485
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20486
20486
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20487
20487
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20488
|
-
* @param options.rectangle.xmax -
|
|
20488
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20489
20489
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20490
20490
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20491
20491
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -20528,9 +20528,9 @@ declare class BaseTileLayer extends BaseLayer {
|
|
|
20528
20528
|
* @param options.center.lng - 经度值, 180 - 180
|
|
20529
20529
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
20530
20530
|
* @param [options.center.alt] - 高度值
|
|
20531
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
20532
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
20533
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
20531
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
20532
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
20533
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
20534
20534
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
20535
20535
|
*/
|
|
20536
20536
|
declare class BingLayer extends BaseTileLayer {
|
|
@@ -20627,7 +20627,7 @@ declare class BingLayer extends BaseTileLayer {
|
|
|
20627
20627
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20628
20628
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20629
20629
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20630
|
-
* @param options.rectangle.xmax -
|
|
20630
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20631
20631
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20632
20632
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20633
20633
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -20640,9 +20640,9 @@ declare class BingLayer extends BaseTileLayer {
|
|
|
20640
20640
|
* @param options.center.lng - 经度值, 180 - 180
|
|
20641
20641
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
20642
20642
|
* @param [options.center.alt] - 高度值
|
|
20643
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
20644
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
20645
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
20643
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
20644
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
20645
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
20646
20646
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
20647
20647
|
*/
|
|
20648
20648
|
declare class EmptyTileLayer extends BaseTileLayer {
|
|
@@ -20712,7 +20712,7 @@ declare class EmptyTileLayer extends BaseTileLayer {
|
|
|
20712
20712
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20713
20713
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20714
20714
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20715
|
-
* @param options.rectangle.xmax -
|
|
20715
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20716
20716
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20717
20717
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20718
20718
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -20753,9 +20753,9 @@ declare class EmptyTileLayer extends BaseTileLayer {
|
|
|
20753
20753
|
* @param options.center.lng - 经度值, 180 - 180
|
|
20754
20754
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
20755
20755
|
* @param [options.center.alt] - 高度值
|
|
20756
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
20757
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
20758
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
20756
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
20757
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
20758
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
20759
20759
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
20760
20760
|
*/
|
|
20761
20761
|
declare class GaodeLayer extends BaseTileLayer {
|
|
@@ -20842,7 +20842,7 @@ declare class GaodeLayer extends BaseTileLayer {
|
|
|
20842
20842
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20843
20843
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20844
20844
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20845
|
-
* @param options.rectangle.xmax -
|
|
20845
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20846
20846
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20847
20847
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20848
20848
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -20884,9 +20884,9 @@ declare class GaodeLayer extends BaseTileLayer {
|
|
|
20884
20884
|
* @param options.center.lng - 经度值, 180 - 180
|
|
20885
20885
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
20886
20886
|
* @param [options.center.alt] - 高度值
|
|
20887
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
20888
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
20889
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
20887
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
20888
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
20889
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
20890
20890
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
20891
20891
|
*/
|
|
20892
20892
|
declare class GeeLayer extends BaseTileLayer {
|
|
@@ -20979,7 +20979,7 @@ declare class GeeLayer extends BaseTileLayer {
|
|
|
20979
20979
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
20980
20980
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
20981
20981
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
20982
|
-
* @param options.rectangle.xmax -
|
|
20982
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
20983
20983
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
20984
20984
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
20985
20985
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21021,9 +21021,9 @@ declare class GeeLayer extends BaseTileLayer {
|
|
|
21021
21021
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21022
21022
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21023
21023
|
* @param [options.center.alt] - 高度值
|
|
21024
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21025
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21026
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21024
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21025
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21026
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21027
21027
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21028
21028
|
*/
|
|
21029
21029
|
declare class GoogleLayer extends BaseTileLayer {
|
|
@@ -21114,7 +21114,7 @@ declare class GoogleLayer extends BaseTileLayer {
|
|
|
21114
21114
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21115
21115
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21116
21116
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21117
|
-
* @param options.rectangle.xmax -
|
|
21117
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21118
21118
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21119
21119
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21120
21120
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21148,9 +21148,9 @@ declare class GoogleLayer extends BaseTileLayer {
|
|
|
21148
21148
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21149
21149
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21150
21150
|
* @param [options.center.alt] - 高度值
|
|
21151
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21152
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21153
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21151
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21152
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21153
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21154
21154
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21155
21155
|
*/
|
|
21156
21156
|
declare class GridLayer extends BaseTileLayer {
|
|
@@ -21227,7 +21227,7 @@ declare class GridLayer extends BaseTileLayer {
|
|
|
21227
21227
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21228
21228
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21229
21229
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21230
|
-
* @param options.rectangle.xmax -
|
|
21230
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21231
21231
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21232
21232
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21233
21233
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21266,9 +21266,9 @@ declare class GridLayer extends BaseTileLayer {
|
|
|
21266
21266
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21267
21267
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21268
21268
|
* @param [options.center.alt] - 高度值
|
|
21269
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21270
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21271
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21269
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21270
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21271
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21272
21272
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21273
21273
|
*/
|
|
21274
21274
|
declare class ImageLayer extends BaseTileLayer {
|
|
@@ -21353,7 +21353,7 @@ declare class ImageLayer extends BaseTileLayer {
|
|
|
21353
21353
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21354
21354
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21355
21355
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21356
|
-
* @param options.rectangle.xmax -
|
|
21356
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21357
21357
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21358
21358
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21359
21359
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21396,9 +21396,9 @@ declare class ImageLayer extends BaseTileLayer {
|
|
|
21396
21396
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21397
21397
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21398
21398
|
* @param [options.center.alt] - 高度值
|
|
21399
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21400
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21401
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21399
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21400
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21401
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21402
21402
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21403
21403
|
*/
|
|
21404
21404
|
declare class IonLayer extends BaseTileLayer {
|
|
@@ -21490,7 +21490,7 @@ declare class IonLayer extends BaseTileLayer {
|
|
|
21490
21490
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21491
21491
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21492
21492
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21493
|
-
* @param options.rectangle.xmax -
|
|
21493
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21494
21494
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21495
21495
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21496
21496
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21533,9 +21533,9 @@ declare class IonLayer extends BaseTileLayer {
|
|
|
21533
21533
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21534
21534
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21535
21535
|
* @param [options.center.alt] - 高度值
|
|
21536
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21537
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21538
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21536
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21537
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21538
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21539
21539
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21540
21540
|
*/
|
|
21541
21541
|
declare class MapboxLayer extends BaseTileLayer {
|
|
@@ -21626,7 +21626,7 @@ declare class MapboxLayer extends BaseTileLayer {
|
|
|
21626
21626
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21627
21627
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21628
21628
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21629
|
-
* @param options.rectangle.xmax -
|
|
21629
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21630
21630
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21631
21631
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21632
21632
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21663,9 +21663,9 @@ declare class MapboxLayer extends BaseTileLayer {
|
|
|
21663
21663
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21664
21664
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21665
21665
|
* @param [options.center.alt] - 高度值
|
|
21666
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21667
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21668
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21666
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21667
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21668
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21669
21669
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21670
21670
|
*/
|
|
21671
21671
|
declare class OsmLayer extends BaseTileLayer {
|
|
@@ -21758,7 +21758,7 @@ declare class OsmLayer extends BaseTileLayer {
|
|
|
21758
21758
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21759
21759
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21760
21760
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21761
|
-
* @param options.rectangle.xmax -
|
|
21761
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21762
21762
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21763
21763
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21764
21764
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21798,9 +21798,9 @@ declare class OsmLayer extends BaseTileLayer {
|
|
|
21798
21798
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21799
21799
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21800
21800
|
* @param [options.center.alt] - 高度值
|
|
21801
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21802
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21803
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21801
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21802
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21803
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21804
21804
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21805
21805
|
*/
|
|
21806
21806
|
declare class TdtLayer extends BaseTileLayer {
|
|
@@ -21894,7 +21894,7 @@ declare class TdtLayer extends BaseTileLayer {
|
|
|
21894
21894
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
21895
21895
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
21896
21896
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
21897
|
-
* @param options.rectangle.xmax -
|
|
21897
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
21898
21898
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
21899
21899
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
21900
21900
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -21932,9 +21932,9 @@ declare class TdtLayer extends BaseTileLayer {
|
|
|
21932
21932
|
* @param options.center.lng - 经度值, 180 - 180
|
|
21933
21933
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
21934
21934
|
* @param [options.center.alt] - 高度值
|
|
21935
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
21936
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
21937
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
21935
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
21936
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
21937
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
21938
21938
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
21939
21939
|
*/
|
|
21940
21940
|
declare class TencentLayer extends BaseTileLayer {
|
|
@@ -22018,7 +22018,7 @@ declare class TencentLayer extends BaseTileLayer {
|
|
|
22018
22018
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
22019
22019
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
22020
22020
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
22021
|
-
* @param options.rectangle.xmax -
|
|
22021
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
22022
22022
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
22023
22023
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
22024
22024
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -22050,9 +22050,9 @@ declare class TencentLayer extends BaseTileLayer {
|
|
|
22050
22050
|
* @param options.center.lng - 经度值, 180 - 180
|
|
22051
22051
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
22052
22052
|
* @param [options.center.alt] - 高度值
|
|
22053
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
22054
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
22055
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
22053
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
22054
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
22055
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
22056
22056
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
22057
22057
|
*/
|
|
22058
22058
|
declare class TileInfoLayer extends BaseTileLayer {
|
|
@@ -22124,7 +22124,7 @@ declare class TileInfoLayer extends BaseTileLayer {
|
|
|
22124
22124
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
22125
22125
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
22126
22126
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
22127
|
-
* @param options.rectangle.xmax -
|
|
22127
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
22128
22128
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
22129
22129
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
22130
22130
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -22166,9 +22166,9 @@ declare class TileInfoLayer extends BaseTileLayer {
|
|
|
22166
22166
|
* @param options.center.lng - 经度值, 180 - 180
|
|
22167
22167
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
22168
22168
|
* @param [options.center.alt] - 高度值
|
|
22169
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
22170
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
22171
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
22169
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
22170
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
22171
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
22172
22172
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
22173
22173
|
*/
|
|
22174
22174
|
declare class TmsLayer extends BaseTileLayer {
|
|
@@ -22280,7 +22280,7 @@ declare class TmsLayer extends BaseTileLayer {
|
|
|
22280
22280
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
22281
22281
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
22282
22282
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
22283
|
-
* @param options.rectangle.xmax -
|
|
22283
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
22284
22284
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
22285
22285
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
22286
22286
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -22314,9 +22314,9 @@ declare class TmsLayer extends BaseTileLayer {
|
|
|
22314
22314
|
* @param options.center.lng - 经度值, 180 - 180
|
|
22315
22315
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
22316
22316
|
* @param [options.center.alt] - 高度值
|
|
22317
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
22318
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
22319
|
-
* @param [options.center.roll] -
|
|
22317
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
22318
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
22319
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
22320
22320
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
22321
22321
|
*/
|
|
22322
22322
|
declare class WmsLayer extends BaseTileLayer {
|
|
@@ -22463,7 +22463,7 @@ declare class WmsLayer extends BaseTileLayer {
|
|
|
22463
22463
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
22464
22464
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
22465
22465
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
22466
|
-
* @param options.rectangle.xmax -
|
|
22466
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
22467
22467
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
22468
22468
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
22469
22469
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -22502,9 +22502,9 @@ declare class WmsLayer extends BaseTileLayer {
|
|
|
22502
22502
|
* @param options.center.lng - 经度值, 180 - 180
|
|
22503
22503
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
22504
22504
|
* @param [options.center.alt] - 高度值
|
|
22505
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
22506
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
22507
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
22505
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
22506
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
22507
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
22508
22508
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
22509
22509
|
*/
|
|
22510
22510
|
declare class WmtsLayer extends BaseTileLayer {
|
|
@@ -22639,7 +22639,7 @@ declare class WmtsLayer extends BaseTileLayer {
|
|
|
22639
22639
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
22640
22640
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
22641
22641
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
22642
|
-
* @param options.rectangle.xmax -
|
|
22642
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
22643
22643
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
22644
22644
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
22645
22645
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -22695,9 +22695,9 @@ declare class WmtsLayer extends BaseTileLayer {
|
|
|
22695
22695
|
* @param options.center.lng - 经度值, 180 - 180
|
|
22696
22696
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
22697
22697
|
* @param [options.center.alt] - 高度值
|
|
22698
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
22699
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
22700
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
22698
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
22699
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
22700
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
22701
22701
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
22702
22702
|
*/
|
|
22703
22703
|
declare class XyzLayer extends BaseTileLayer {
|
|
@@ -22960,9 +22960,9 @@ declare namespace Map {
|
|
|
22960
22960
|
* @property center.lng - 经度值, 180 - 180
|
|
22961
22961
|
* @property center.lat - 纬度值, -90 - 90
|
|
22962
22962
|
* @property center.alt - 高度值
|
|
22963
|
-
* @property [center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
22964
|
-
* @property [center.pitch] -
|
|
22965
|
-
* @property [center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
22963
|
+
* @property [center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
22964
|
+
* @property [center.pitch] - 俯仰角度值,绕纬度线旋转角度,-90至90
|
|
22965
|
+
* @property [center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
22966
22966
|
* @property [extent] - 矩形范围 相机视角,与center二选一
|
|
22967
22967
|
* @property extent.xmin - 最小经度值, -180 至 180
|
|
22968
22968
|
* @property extent.xmax - 最大经度值, -180 至 180
|
|
@@ -23878,7 +23878,7 @@ declare class Map extends BaseClass {
|
|
|
23878
23878
|
setPitchRange(max: number, min?: number): void;
|
|
23879
23879
|
/**
|
|
23880
23880
|
* 设置相机pitch值,保持地图中心位置不变。
|
|
23881
|
-
* @param pitch - 俯仰角度值,
|
|
23881
|
+
* @param pitch - 俯仰角度值, -90至90
|
|
23882
23882
|
* @param [options] - 具有以下属性的对象:
|
|
23883
23883
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
23884
23884
|
* @param [options.duration] - 飞行持续时间(秒)。如果省略,内部会根据飞行距离计算出理想的飞行时间。
|
|
@@ -23913,9 +23913,9 @@ declare class Map extends BaseClass {
|
|
|
23913
23913
|
* @param cameraView.lng - 经度值, 180 - 180
|
|
23914
23914
|
* @param cameraView.lat - 纬度值, -90 - 90
|
|
23915
23915
|
* @param [cameraView.alt] - 高度值
|
|
23916
|
-
* @param [cameraView.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
23917
|
-
* @param [cameraView.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
23918
|
-
* @param [cameraView.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
23916
|
+
* @param [cameraView.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
23917
|
+
* @param [cameraView.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
23918
|
+
* @param [cameraView.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
23919
23919
|
* @param [options = {}] - 参数对象:
|
|
23920
23920
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
23921
23921
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
@@ -23973,8 +23973,8 @@ declare class Map extends BaseClass {
|
|
|
23973
23973
|
* @param arr.lat - 纬度值, -90 至 90
|
|
23974
23974
|
* @param arr.alt - 高度值
|
|
23975
23975
|
* @param arr.heading - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
23976
|
-
* @param arr.pitch - 俯仰角度值,绕纬度线旋转角度,
|
|
23977
|
-
* @param arr.roll - 翻滚角度值,绕经度线旋转角度,
|
|
23976
|
+
* @param arr.pitch - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
23977
|
+
* @param arr.roll - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
23978
23978
|
* @param [arr.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
23979
23979
|
* @param [arr.stop = 1] - 该步骤飞行结束的停留时间(单位:秒)。
|
|
23980
23980
|
* @param [arr.onStart] - 该步骤飞行开始前的回调方法
|
|
@@ -24041,8 +24041,8 @@ declare class Map extends BaseClass {
|
|
|
24041
24041
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
24042
24042
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
24043
24043
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
24044
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
24045
|
-
* @param [options.roll] -
|
|
24044
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
24045
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,-90至90
|
|
24046
24046
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
24047
24047
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
24048
24048
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -24083,8 +24083,8 @@ declare class Map extends BaseClass {
|
|
|
24083
24083
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
24084
24084
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
24085
24085
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
24086
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
24087
|
-
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
24086
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
24087
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
24088
24088
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
24089
24089
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
24090
24090
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -24129,8 +24129,8 @@ declare class Map extends BaseClass {
|
|
|
24129
24129
|
* @param [options.minHeight] - 定位时相机的最小高度值,用于控制避免异常数据
|
|
24130
24130
|
* @param [options.maxHeight] - 定位时相机的最大高度值,用于控制避免异常数据
|
|
24131
24131
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
24132
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
24133
|
-
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
24132
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
24133
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
24134
24134
|
* @param [options.duration] - 飞行时间(单位:秒)。如果省略,SDK内部会根据飞行距离计算出理想的飞行时间。
|
|
24135
24135
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
24136
24136
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -24173,8 +24173,8 @@ declare class Map extends BaseClass {
|
|
|
24173
24173
|
* @param [options = {}] - 具有以下属性的对象:
|
|
24174
24174
|
* @param [options.radius] - 相机距离目标点的距离(单位:米)
|
|
24175
24175
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
24176
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
24177
|
-
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
24176
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
24177
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
24178
24178
|
* @param [options.duration] - 飞行持续时间(秒)。如果省略,内部会根据飞行距离计算出理想的飞行时间。
|
|
24179
24179
|
* @param [options.clampToGround] - 是否贴地对象,true时异步计算实际高度值后进行定位。
|
|
24180
24180
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
@@ -25868,9 +25868,9 @@ declare class TextMaterial extends Cesium.Material {
|
|
|
25868
25868
|
* @param options.center.lng - 经度值, 180 - 180
|
|
25869
25869
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
25870
25870
|
* @param [options.center.alt] - 高度值
|
|
25871
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
25872
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
25873
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
25871
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
25872
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
25873
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
25874
25874
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
25875
25875
|
*/
|
|
25876
25876
|
declare class EchartsLayer extends BaseLayer {
|
|
@@ -25962,7 +25962,7 @@ declare class EchartsLayer extends BaseLayer {
|
|
|
25962
25962
|
* @param [options.positions] - 坐标数据集合(含value热力值),有热力值时,传入LatLngPoint数组,热力值为value字段。示例:[{lat:31.123,lng:103.568,value:1.2},{lat:31.233,lng:103.938,value:2.3}]
|
|
25963
25963
|
* @param [options.rectangle] - 坐标的矩形区域范围,默认内部自动计算
|
|
25964
25964
|
* @param options.rectangle.xmin - 最小经度值
|
|
25965
|
-
* @param options.rectangle.xmax -
|
|
25965
|
+
* @param options.rectangle.xmax - 最大经度值
|
|
25966
25966
|
* @param options.rectangle.ymin - 最小纬度值
|
|
25967
25967
|
* @param options.rectangle.ymax - 最大纬度值
|
|
25968
25968
|
* @param [options.max] - 数据集的value值上限,默认内部计算
|
|
@@ -25993,9 +25993,9 @@ declare class EchartsLayer extends BaseLayer {
|
|
|
25993
25993
|
* @param options.center.lng - 经度值, 180 - 180
|
|
25994
25994
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
25995
25995
|
* @param [options.center.alt] - 高度值
|
|
25996
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
25997
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
25998
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
25996
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
25997
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
25998
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
25999
25999
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
26000
26000
|
*/
|
|
26001
26001
|
declare class HeatLayer extends BaseLayer {
|
|
@@ -26122,9 +26122,9 @@ declare class HeatLayer extends BaseLayer {
|
|
|
26122
26122
|
* @param options.center.lng - 经度值, 180 - 180
|
|
26123
26123
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
26124
26124
|
* @param [options.center.alt] - 高度值
|
|
26125
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
26126
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
26127
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
26125
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
26126
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
26127
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
26128
26128
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
26129
26129
|
* @param [dataSet] - mapv.DataSet数据集,可以参考[ MapV数据集对象说明]{@link https://github.com/huiyan-fe/mapv/blob/master/src/data/DataSet.md}
|
|
26130
26130
|
*/
|
|
@@ -27062,8 +27062,8 @@ declare class Satellite extends BaseGraphic {
|
|
|
27062
27062
|
* @param [options = {}] - 具有以下属性的对象:
|
|
27063
27063
|
* @param [options.scale = 1.5] - 视角离卫星距离的缩放比例,计算公式:视角距离 = scale*卫星当前高度
|
|
27064
27064
|
* @param [options.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
27065
|
-
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
27066
|
-
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
27065
|
+
* @param [options.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
27066
|
+
* @param [options.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
27067
27067
|
* @param [options.duration] - 飞行持续时间(秒)。如果省略,内部会根据飞行距离计算出理想的飞行时间。
|
|
27068
27068
|
* @param [options.complete] - 飞行完成后要执行的函数。
|
|
27069
27069
|
* @param [options.cancel] - 飞行取消时要执行的函数。
|
|
@@ -27272,9 +27272,9 @@ declare class SatelliteSensor extends BasePointPrimitive {
|
|
|
27272
27272
|
* @param options.center.lng - 经度值, 180 - 180
|
|
27273
27273
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
27274
27274
|
* @param [options.center.alt] - 高度值
|
|
27275
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
27276
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
27277
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
27275
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
27276
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
27277
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
27278
27278
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
27279
27279
|
*/
|
|
27280
27280
|
declare class S3MLayer extends BaseLayer {
|
|
@@ -27372,7 +27372,7 @@ declare class S3MLayer extends BaseLayer {
|
|
|
27372
27372
|
* @param [options.maximumTerrainLevel] - 展示影像图层的最大地形细节级别,大于该级别时,平台不显示影像数据。
|
|
27373
27373
|
* @param [options.rectangle] - 瓦片数据的矩形区域范围
|
|
27374
27374
|
* @param options.rectangle.xmin - 最小经度值, -180 至 180
|
|
27375
|
-
* @param options.rectangle.xmax -
|
|
27375
|
+
* @param options.rectangle.xmax - 最大经度值, -180 至 180
|
|
27376
27376
|
* @param options.rectangle.ymin - 最小纬度值, -90 至 90
|
|
27377
27377
|
* @param options.rectangle.ymax - 最大纬度值, -90 至 90
|
|
27378
27378
|
* @param [options.bbox] - bbox规范的瓦片数据的矩形区域范围,与rectangle二选一即可。
|
|
@@ -27412,9 +27412,9 @@ declare class S3MLayer extends BaseLayer {
|
|
|
27412
27412
|
* @param options.center.lng - 经度值, 180 - 180
|
|
27413
27413
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
27414
27414
|
* @param [options.center.alt] - 高度值
|
|
27415
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
27416
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
27417
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
27415
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
27416
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
27417
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
27418
27418
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
27419
27419
|
*/
|
|
27420
27420
|
declare class SmImgLayer extends BaseTileLayer {
|
|
@@ -27517,9 +27517,9 @@ declare class SmImgLayer extends BaseTileLayer {
|
|
|
27517
27517
|
* @param options.center.lng - 经度值, 180 - 180
|
|
27518
27518
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
27519
27519
|
* @param [options.center.alt] - 高度值
|
|
27520
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
27521
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
27522
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
27520
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
27521
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
27522
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
27523
27523
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
27524
27524
|
*/
|
|
27525
27525
|
declare class SmMvtLayer extends BaseLayer {
|
|
@@ -27604,9 +27604,9 @@ declare class SmMvtLayer extends BaseLayer {
|
|
|
27604
27604
|
* @param options.center.lng - 经度值, 180 - 180
|
|
27605
27605
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
27606
27606
|
* @param [options.center.alt] - 高度值
|
|
27607
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
27608
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
27609
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
27607
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
27608
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
27609
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
27610
27610
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
27611
27611
|
*/
|
|
27612
27612
|
declare class TdtDmLayer extends BaseLayer {
|
|
@@ -28224,9 +28224,9 @@ declare namespace CanvasWindLayer {
|
|
|
28224
28224
|
* @param options.center.lng - 经度值, 180 - 180
|
|
28225
28225
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
28226
28226
|
* @param [options.center.alt] - 高度值
|
|
28227
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
28228
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
28229
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
28227
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
28228
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
28229
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
28230
28230
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
28231
28231
|
*/
|
|
28232
28232
|
declare class CanvasWindLayer extends BaseLayer {
|
|
@@ -28414,9 +28414,9 @@ declare namespace WindLayer {
|
|
|
28414
28414
|
* @param options.center.lng - 经度值, 180 - 180
|
|
28415
28415
|
* @param options.center.lat - 纬度值, -90 - 90
|
|
28416
28416
|
* @param [options.center.alt] - 高度值
|
|
28417
|
-
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0
|
|
28418
|
-
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度,
|
|
28419
|
-
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度,
|
|
28417
|
+
* @param [options.center.heading] - 方向角度值,绕垂直于地心的轴旋转角度, 0至360
|
|
28418
|
+
* @param [options.center.pitch] - 俯仰角度值,绕纬度线旋转角度, -90至90
|
|
28419
|
+
* @param [options.center.roll] - 翻滚角度值,绕经度线旋转角度, -90至90
|
|
28420
28420
|
* @param [options.flyTo] - 加载完成数据后是否自动飞行定位到数据所在的区域。
|
|
28421
28421
|
*/
|
|
28422
28422
|
declare class WindLayer extends BaseLayer {
|
|
@@ -28507,7 +28507,7 @@ declare class BaiduPOI {
|
|
|
28507
28507
|
* @param queryOptions - 查询参数
|
|
28508
28508
|
* @param queryOptions.text - 输入建议关键字(支持拼音)
|
|
28509
28509
|
* @param [queryOptions.location] - 传入location参数后,返回结果将以距离进行排序
|
|
28510
|
-
* @param [queryOptions.city] -
|
|
28510
|
+
* @param [queryOptions.city] - 可以限定查询的行政区
|
|
28511
28511
|
* @param [queryOptions.citylimit = false] - 取值为"true",仅返回city中指定城市检索结果
|
|
28512
28512
|
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28513
28513
|
* @param [queryOptions.error] - 查询失败的回调方法
|
|
@@ -28521,6 +28521,42 @@ declare class BaiduPOI {
|
|
|
28521
28521
|
success?: (...params: any[]) => any;
|
|
28522
28522
|
error?: (...params: any[]) => any;
|
|
28523
28523
|
}): Promise<any>;
|
|
28524
|
+
/**
|
|
28525
|
+
* 根据ID获取POI点详情
|
|
28526
|
+
* @param queryOptions - 查询参数
|
|
28527
|
+
* @param queryOptions.id - AOI唯一标识, 最多可以传入1个id,传入目标区域的poiid即可
|
|
28528
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28529
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
28530
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
28531
|
+
*/
|
|
28532
|
+
detail(queryOptions: {
|
|
28533
|
+
id: string;
|
|
28534
|
+
success?: (...params: any[]) => any;
|
|
28535
|
+
error?: (...params: any[]) => any;
|
|
28536
|
+
}): Promise<any>;
|
|
28537
|
+
/**
|
|
28538
|
+
* 按限定区域搜索
|
|
28539
|
+
* @param queryOptions - 查询参数
|
|
28540
|
+
* @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
|
|
28541
|
+
* @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
|
|
28542
|
+
* @param [queryOptions.graphic] - 限定的搜索区域
|
|
28543
|
+
* @param [queryOptions.limit = false] - 取值为"true",严格返回限定区域内检索结果
|
|
28544
|
+
* @param [queryOptions.count = 20] - 单次召回POI数量,最大返回25条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
|
|
28545
|
+
* @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
|
|
28546
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
28547
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28548
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
28549
|
+
*/
|
|
28550
|
+
query(queryOptions: {
|
|
28551
|
+
text: string;
|
|
28552
|
+
types?: string;
|
|
28553
|
+
graphic?: BaseGraphic | any;
|
|
28554
|
+
limit?: boolean;
|
|
28555
|
+
count?: number;
|
|
28556
|
+
page?: number;
|
|
28557
|
+
error?: (...params: any[]) => any;
|
|
28558
|
+
success?: (...params: any[]) => any;
|
|
28559
|
+
}): Promise<any>;
|
|
28524
28560
|
/**
|
|
28525
28561
|
* 关键字搜索
|
|
28526
28562
|
* @param queryOptions - 查询参数
|
|
@@ -28580,13 +28616,36 @@ declare class BaiduPOI {
|
|
|
28580
28616
|
success?: (...params: any[]) => any;
|
|
28581
28617
|
error?: (...params: any[]) => any;
|
|
28582
28618
|
}): Promise<any>;
|
|
28619
|
+
/**
|
|
28620
|
+
* 多边形搜索
|
|
28621
|
+
* @param queryOptions - 查询参数
|
|
28622
|
+
* @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
|
|
28623
|
+
* @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
|
|
28624
|
+
* @param queryOptions.polygon - 经纬度数组,经纬度小数点后不得超过6位。多边形为矩形时,可传入左上右下两顶点坐标对;其他情况下首尾坐标对需相同。
|
|
28625
|
+
* @param [queryOptions.limit = false] - 是否严格限定召回结果在设置检索的多边形或矩形范围内。true(是),false(否)。设置为true时会影响返回结果中total准确性及每页召回poi数量, 设置为false时可能会召回检索半径外的poi。
|
|
28626
|
+
* @param [queryOptions.count = 20] - 单次召回POI数量,最大返回25条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
|
|
28627
|
+
* @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
|
|
28628
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28629
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
28630
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
28631
|
+
*/
|
|
28632
|
+
queryPolygon(queryOptions: {
|
|
28633
|
+
text: string;
|
|
28634
|
+
types?: string;
|
|
28635
|
+
polygon: any[][];
|
|
28636
|
+
limit?: boolean;
|
|
28637
|
+
count?: number;
|
|
28638
|
+
page?: number;
|
|
28639
|
+
success?: (...params: any[]) => any;
|
|
28640
|
+
error?: (...params: any[]) => any;
|
|
28641
|
+
}): Promise<any>;
|
|
28583
28642
|
}
|
|
28584
28643
|
|
|
28585
28644
|
/**
|
|
28586
28645
|
* 高德 POI查询 工具类,
|
|
28587
28646
|
* 参考文档:{@link https://lbs.amap.com/api/webservice/guide/api/search}
|
|
28588
28647
|
* @param [options] - 参数对象,包括以下:
|
|
28589
|
-
* @param [options.key = mars3d.Token.gaodeArr] -
|
|
28648
|
+
* @param [options.key = mars3d.Token.gaodeArr] - 高德KEY,在实际项目中请使用自己申请的高德KEY,因为我们的key不保证长期有效。
|
|
28590
28649
|
* @param [options.headers = {}] - 将被添加到HTTP请求头。
|
|
28591
28650
|
* @param [options.proxy] - 加载资源时使用的代理。
|
|
28592
28651
|
*/
|
|
@@ -28622,7 +28681,7 @@ declare class GaodePOI {
|
|
|
28622
28681
|
* @param queryOptions - 查询参数
|
|
28623
28682
|
* @param queryOptions.text - 输入建议关键字(支持拼音)
|
|
28624
28683
|
* @param [queryOptions.location] - 建议使用location参数,可在此location附近优先返回搜索关键词信息,在请求参数city不为空时生效
|
|
28625
|
-
* @param [queryOptions.city] -
|
|
28684
|
+
* @param [queryOptions.city] - 可以限定查询的行政区
|
|
28626
28685
|
* @param [queryOptions.citylimit = false] - 取值为"true",仅返回city中指定城市检索结果
|
|
28627
28686
|
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28628
28687
|
* @param [queryOptions.error] - 查询失败的回调方法
|
|
@@ -28636,6 +28695,19 @@ declare class GaodePOI {
|
|
|
28636
28695
|
success?: (...params: any[]) => any;
|
|
28637
28696
|
error?: (...params: any[]) => any;
|
|
28638
28697
|
}): Promise<any>;
|
|
28698
|
+
/**
|
|
28699
|
+
* 根据ID获取POI点详情
|
|
28700
|
+
* @param queryOptions - 查询参数
|
|
28701
|
+
* @param queryOptions.id - AOI唯一标识, 最多可以传入1个id,传入目标区域的poiid即可
|
|
28702
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28703
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
28704
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
28705
|
+
*/
|
|
28706
|
+
detail(queryOptions: {
|
|
28707
|
+
id: string;
|
|
28708
|
+
success?: (...params: any[]) => any;
|
|
28709
|
+
error?: (...params: any[]) => any;
|
|
28710
|
+
}): Promise<any>;
|
|
28639
28711
|
/**
|
|
28640
28712
|
* 按限定区域搜索
|
|
28641
28713
|
* @param queryOptions - 查询参数
|
|
@@ -28659,19 +28731,6 @@ declare class GaodePOI {
|
|
|
28659
28731
|
error?: (...params: any[]) => any;
|
|
28660
28732
|
success?: (...params: any[]) => any;
|
|
28661
28733
|
}): Promise<any>;
|
|
28662
|
-
/**
|
|
28663
|
-
* 根据ID获取POI点详情
|
|
28664
|
-
* @param queryOptions - 查询参数
|
|
28665
|
-
* @param queryOptions.id - AOI唯一标识, 最多可以传入1个id,传入目标区域的poiid即可
|
|
28666
|
-
* @param [queryOptions.success] - 查询完成的回调方法
|
|
28667
|
-
* @param [queryOptions.error] - 查询失败的回调方法
|
|
28668
|
-
* @returns 查询完成的Promise,等价于success参数
|
|
28669
|
-
*/
|
|
28670
|
-
detail(queryOptions: {
|
|
28671
|
-
id: string;
|
|
28672
|
-
success?: (...params: any[]) => any;
|
|
28673
|
-
error?: (...params: any[]) => any;
|
|
28674
|
-
}): Promise<any>;
|
|
28675
28734
|
/**
|
|
28676
28735
|
* 关键字搜索
|
|
28677
28736
|
* @param queryOptions - 查询参数
|
|
@@ -29085,6 +29144,137 @@ declare class QueryGeoServer extends BaseClass {
|
|
|
29085
29144
|
clear(): void;
|
|
29086
29145
|
}
|
|
29087
29146
|
|
|
29147
|
+
/**
|
|
29148
|
+
* 天地图 POI查询 工具类,
|
|
29149
|
+
* 参考文档:{@link http://lbs.tianditu.gov.cn/server/search2.html}
|
|
29150
|
+
* @param [options] - 参数对象,包括以下:
|
|
29151
|
+
* @param [options.key = mars3d.Token.tiandituArr] - 天地图KEY,在实际项目中请使用自己申请的天地图KEY,因为我们的key不保证长期有效。
|
|
29152
|
+
* @param [options.headers = {}] - 将被添加到HTTP请求头。
|
|
29153
|
+
* @param [options.proxy] - 加载资源时使用的代理。
|
|
29154
|
+
*/
|
|
29155
|
+
declare class TdtPOI {
|
|
29156
|
+
constructor(options?: {
|
|
29157
|
+
key?: string[];
|
|
29158
|
+
headers?: any;
|
|
29159
|
+
proxy?: Cesium.Proxy;
|
|
29160
|
+
});
|
|
29161
|
+
/**
|
|
29162
|
+
* 天地图key数组,内部轮询使用
|
|
29163
|
+
*/
|
|
29164
|
+
keys: string[];
|
|
29165
|
+
/**
|
|
29166
|
+
* 轮询取单个key进行使用
|
|
29167
|
+
*/
|
|
29168
|
+
readonly key: string;
|
|
29169
|
+
/**
|
|
29170
|
+
* 根据经纬度坐标获取地址,逆地理编码
|
|
29171
|
+
* @param queryOptions - 查询参数
|
|
29172
|
+
* @param [queryOptions.location] - 经纬度坐标
|
|
29173
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
29174
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
29175
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
29176
|
+
*/
|
|
29177
|
+
getAddress(queryOptions: {
|
|
29178
|
+
location?: LngLatPoint | Cesium.Cartesian3 | string | any[] | any;
|
|
29179
|
+
success?: (...params: any[]) => any;
|
|
29180
|
+
error?: (...params: any[]) => any;
|
|
29181
|
+
}): Promise<any>;
|
|
29182
|
+
/**
|
|
29183
|
+
* 按限定区域搜索
|
|
29184
|
+
* @param queryOptions - 查询参数
|
|
29185
|
+
* @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
|
|
29186
|
+
* @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
|
|
29187
|
+
* @param [queryOptions.graphic] - 限定的搜索区域
|
|
29188
|
+
* @param [queryOptions.limit = false] - 取值为"true",严格返回限定区域内检索结果
|
|
29189
|
+
* @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
|
|
29190
|
+
* @param [queryOptions.count = 20] - 单次召回POI数量,默认为10条记录,最大返回20条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
|
|
29191
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
29192
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
29193
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
29194
|
+
*/
|
|
29195
|
+
query(queryOptions: {
|
|
29196
|
+
text: string;
|
|
29197
|
+
types?: string;
|
|
29198
|
+
graphic?: BaseGraphic | any;
|
|
29199
|
+
limit?: boolean;
|
|
29200
|
+
page?: number;
|
|
29201
|
+
count?: number;
|
|
29202
|
+
error?: (...params: any[]) => any;
|
|
29203
|
+
success?: (...params: any[]) => any;
|
|
29204
|
+
}): Promise<any>;
|
|
29205
|
+
/**
|
|
29206
|
+
* 关键字搜索
|
|
29207
|
+
* @param queryOptions - 查询参数
|
|
29208
|
+
* @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
|
|
29209
|
+
* @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
|
|
29210
|
+
* @param [queryOptions.city] - 可以重新限定查询的区域,默认为类构造时传入的city
|
|
29211
|
+
* @param [queryOptions.citylimit = false] - 取值为"true",仅返回city中指定城市检索结果
|
|
29212
|
+
* @param [queryOptions.count = 20] - 单次召回POI数量,最大返回300条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
|
|
29213
|
+
* @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
|
|
29214
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
29215
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
29216
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
29217
|
+
*/
|
|
29218
|
+
queryText(queryOptions: {
|
|
29219
|
+
text: string;
|
|
29220
|
+
types?: string;
|
|
29221
|
+
city?: string;
|
|
29222
|
+
citylimit?: boolean;
|
|
29223
|
+
count?: number;
|
|
29224
|
+
page?: number;
|
|
29225
|
+
success?: (...params: any[]) => any;
|
|
29226
|
+
error?: (...params: any[]) => any;
|
|
29227
|
+
}): Promise<any>;
|
|
29228
|
+
/**
|
|
29229
|
+
* 周边搜索(圆形搜索)
|
|
29230
|
+
* @param queryOptions - 查询参数
|
|
29231
|
+
* @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
|
|
29232
|
+
* @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
|
|
29233
|
+
* @param [queryOptions.location] - 圆形区域检索中心点,取值范围:0-50000。规则:大于50000按默认值,单位:米
|
|
29234
|
+
* @param [queryOptions.radius = 3000] - 圆形区域检索半径,单位为米。(增加区域内数据召回权重,如需严格限制召回数据在区域内,请搭配使用radiuslimit参数),当半径过大,超过中心点所在城市边界时,会变为城市范围检索,检索范围为中心点所在城市
|
|
29235
|
+
* @param [queryOptions.limit = false] - 是否严格限定召回结果在设置检索半径范围内。true(是),false(否)。设置为true时会影响返回结果中total准确性及每页召回poi数量, 设置为false时可能会召回检索半径外的poi。
|
|
29236
|
+
* @param [queryOptions.count = 20] - 单次召回POI数量,最大返回25条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
|
|
29237
|
+
* @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
|
|
29238
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
29239
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
29240
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
29241
|
+
*/
|
|
29242
|
+
queryCircle(queryOptions: {
|
|
29243
|
+
text: string;
|
|
29244
|
+
types?: string;
|
|
29245
|
+
location?: LngLatPoint | Cesium.Cartesian3 | string | any[] | any;
|
|
29246
|
+
radius?: number;
|
|
29247
|
+
limit?: boolean;
|
|
29248
|
+
count?: number;
|
|
29249
|
+
page?: number;
|
|
29250
|
+
success?: (...params: any[]) => any;
|
|
29251
|
+
error?: (...params: any[]) => any;
|
|
29252
|
+
}): Promise<any>;
|
|
29253
|
+
/**
|
|
29254
|
+
* 多边形搜索
|
|
29255
|
+
* @param queryOptions - 查询参数
|
|
29256
|
+
* @param queryOptions.text - 检索关键字。支持多个关键字并集检索,不同关键字间以空格符号分隔,最多支持10个关键字检索。
|
|
29257
|
+
* @param [queryOptions.types = ''] - 检索分类偏好,与text组合进行检索,多个分类以","分隔(POI分类),如果需要严格按分类检索,请通过text参数设置
|
|
29258
|
+
* @param queryOptions.polygon - 经纬度数组,经纬度小数点后不得超过6位。多边形为矩形时,可传入左上右下两顶点坐标对;其他情况下首尾坐标对需相同。
|
|
29259
|
+
* @param [queryOptions.limit = false] - 是否严格限定召回结果在设置检索的多边形或矩形范围内。true(是),false(否)。设置为true时会影响返回结果中total准确性及每页召回poi数量, 设置为false时可能会召回检索半径外的poi。
|
|
29260
|
+
* @param [queryOptions.count = 20] - 单次召回POI数量,最大返回25条。多关键字检索时,返回的记录数为关键字个数*count。多关键词检索时,单页返回总数=关键词数量*count
|
|
29261
|
+
* @param [queryOptions.page = 0] - 分页页码,默认为0, 0代表第一页,1代表第二页,以此类推。常与 count 搭配使用,仅当返回结果为poi时可以翻页。
|
|
29262
|
+
* @param [queryOptions.success] - 查询完成的回调方法
|
|
29263
|
+
* @param [queryOptions.error] - 查询失败的回调方法
|
|
29264
|
+
* @returns 查询完成的Promise,等价于success参数
|
|
29265
|
+
*/
|
|
29266
|
+
queryPolygon(queryOptions: {
|
|
29267
|
+
text: string;
|
|
29268
|
+
types?: string;
|
|
29269
|
+
polygon: any[][];
|
|
29270
|
+
limit?: boolean;
|
|
29271
|
+
count?: number;
|
|
29272
|
+
page?: number;
|
|
29273
|
+
success?: (...params: any[]) => any;
|
|
29274
|
+
error?: (...params: any[]) => any;
|
|
29275
|
+
}): Promise<any>;
|
|
29276
|
+
}
|
|
29277
|
+
|
|
29088
29278
|
declare namespace Measure {
|
|
29089
29279
|
/**
|
|
29090
29280
|
* @example
|
|
@@ -33357,7 +33547,7 @@ declare namespace Util {
|
|
|
33357
33547
|
}): Cesium.Resource;
|
|
33358
33548
|
/**
|
|
33359
33549
|
* 文字转base64图片
|
|
33360
|
-
* @param text - 文字内容
|
|
33550
|
+
* @param text - 文字内容 (提示:暂不支持换行)
|
|
33361
33551
|
* @param [textStyle = {}] - 参数对象:
|
|
33362
33552
|
* @param [textStyle.font = '10px sans-serif'] - 使用的CSS字体。
|
|
33363
33553
|
* @param [textStyle.textBaseline = 'bottom'] - 文本的基线。
|