File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export var GridCellInfosService = ServiceBase.extend({
39
39
40
40
/**
41
41
* @function GridCellInfosService.prototype.getGridCellInfos
42
+ * @description 获取某一地理位置所对应的栅格单元信息。
42
43
* @param {GetGridCellInfosParameters } params - 数据服务栅格查询参数类。
43
44
* @param {RequestCallback } [callback] - 回调函数,该参数未传时可通过返回的 promise 获取结果。
44
45
* @returns {Promise } Promise 对象。
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export class GridCellInfosService extends ServiceBase {
39
39
40
40
/**
41
41
* @function GridCellInfosService.prototype.getGridCellInfos
42
+ * @description 获取某一地理位置所对应的栅格单元信息。
42
43
* @param {GetGridCellInfosParameters } params - 数据服务栅格查询参数类。
43
44
* @param {RequestCallback } [callback] - 回调函数,该参数未传时可通过返回的 promise 获取结果。
44
45
* @returns {Promise } null或者Promise 对象。
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export class GridCellInfosService extends ServiceBase {
39
39
40
40
/**
41
41
* @function GridCellInfosService.prototype.getGridCellInfos
42
+ * @description 获取某一地理位置所对应的栅格单元信息。
42
43
* @param {GetGridCellInfosParameters } params - 数据服务栅格查询参数类。
43
44
* @param {RequestCallback } [callback] 回调函数,该参数未传时可通过返回的promise 获取结果。
44
45
* @returns {Promise } Promise 对象。
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export class GridCellInfosService extends ServiceBase {
39
39
40
40
/**
41
41
* @function GridCellInfosService.prototype.getGridCellInfos
42
+ * @description 获取某一地理位置所对应的栅格单元信息。
42
43
* @param {GetGridCellInfosParameters } params - 数据服务栅格查询参数类。
43
44
* @param {RequestCallback } [callback] 回调函数,该参数未传时可通过返回的promise 获取结果。
44
45
* @returns {Promise } Promise 对象。
You can’t perform that action at this time.
0 commit comments