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({
3939
4040 /**
4141 * @function GridCellInfosService.prototype.getGridCellInfos
42+ * @description 获取某一地理位置所对应的栅格单元信息。
4243 * @param {GetGridCellInfosParameters } params - 数据服务栅格查询参数类。
4344 * @param {RequestCallback } [callback] - 回调函数,该参数未传时可通过返回的 promise 获取结果。
4445 * @returns {Promise } Promise 对象。
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export class GridCellInfosService extends ServiceBase {
3939
4040 /**
4141 * @function GridCellInfosService.prototype.getGridCellInfos
42+ * @description 获取某一地理位置所对应的栅格单元信息。
4243 * @param {GetGridCellInfosParameters } params - 数据服务栅格查询参数类。
4344 * @param {RequestCallback } [callback] - 回调函数,该参数未传时可通过返回的 promise 获取结果。
4445 * @returns {Promise } null或者Promise 对象。
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export class GridCellInfosService extends ServiceBase {
3939
4040 /**
4141 * @function GridCellInfosService.prototype.getGridCellInfos
42+ * @description 获取某一地理位置所对应的栅格单元信息。
4243 * @param {GetGridCellInfosParameters } params - 数据服务栅格查询参数类。
4344 * @param {RequestCallback } [callback] 回调函数,该参数未传时可通过返回的promise 获取结果。
4445 * @returns {Promise } Promise 对象。
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export class GridCellInfosService extends ServiceBase {
3939
4040 /**
4141 * @function GridCellInfosService.prototype.getGridCellInfos
42+ * @description 获取某一地理位置所对应的栅格单元信息。
4243 * @param {GetGridCellInfosParameters } params - 数据服务栅格查询参数类。
4344 * @param {RequestCallback } [callback] 回调函数,该参数未传时可通过返回的promise 获取结果。
4445 * @returns {Promise } Promise 对象。
You can’t perform that action at this time.
0 commit comments