Skip to content

Commit 9790bc6

Browse files
committed
fix api
1 parent 942b68c commit 9790bc6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/common/overlay/levelRenderer/Group.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import {Transformable} from './Transformable';
66
/**
77
* @class SuperMap.LevelRenderer.Group
88
* @category Visualization Theme
9+
* @private
910
* @classdesc Group 是一个容器,可以插入子节点,Group 的变换也会被应用到子节点上。
1011
* @extends {SuperMap.LevelRenderer.Transformable}
11-
* @private
1212
* (code)
1313
* var g = new SuperMap.LevelRenderer.Group();
1414
* var Circle = new SuperMap.LevelRenderer.Shape.Circle();

src/common/thirdparty/elasticsearch/ElasticSearch.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import {Util} from "../../commontypes/Util";
99
* @category ElasticSearch
1010
* @param {string} url - ElasticSearch服务地址。
1111
* @param {Object} options - 参数。
12-
* @param {function} options.change - 服务器返回数据后执行的函数。废弃,不建议使用。使用search或msearch方法。
13-
* @param {boolean} options.openGeoFence - 是否开启地理围栏验证,默认为不开启。
14-
* @param {function} options.outOfGeoFence - 数据超出地理围栏后执行的函数。
15-
* @param {Object} options.geoFence - 地理围栏。
12+
* @param {function} [options.change] - 服务器返回数据后执行的函数。废弃,不建议使用。使用search或msearch方法。
13+
* @param {boolean} [options.openGeoFence=false] - 是否开启地理围栏验证,默认为不开启。
14+
* @param {function} [options.outOfGeoFence] - 数据超出地理围栏后执行的函数。
15+
* @param {Object} [options.geoFence] - 地理围栏。
1616
*/
1717

1818
export class ElasticSearch {
@@ -33,23 +33,23 @@ export class ElasticSearch {
3333
});
3434
/**
3535
* @deprecated
36-
* @member {function} SuperMap.ElasticSearch.prototype.change
36+
* @member {function} [SuperMap.ElasticSearch.prototype.change]
3737
* @description 服务器返回数据后执行的函数。废弃,不建议使用。使用search或msearch方法。
3838
*/
3939
this.change = null;
4040
/**
41-
* @member {boolean} SuperMap.ElasticSearch.prototype.openGeoFence
41+
* @member {boolean} [SuperMap.ElasticSearch.prototype.openGeoFence=false]
4242
* @description 是否开启地理围栏验证,默认为不开启。
4343
*/
4444
this.openGeoFence = false;
4545
/**
46-
* @member {function} SuperMap.ElasticSearch.prototype.outOfGeoFence
46+
* @member {function} [SuperMap.ElasticSearch.prototype.outOfGeoFence]
4747
* @description 数据超出地理围栏后执行的函数
4848
*/
4949
this.outOfGeoFence = null;
5050

5151
/**
52-
* @member {Object} SuperMap.ElasticSearch.prototype.geoFence
52+
* @member {Object} [SuperMap.ElasticSearch.prototype.geoFence]
5353
* @description 地理围栏
5454
* @example {
5555
* radius: 1000,//单位是m

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy