8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251e58d commit fd76dbeCopy full SHA for fd76dbe
src/common/iServer/GeoDecodingParameter.js
@@ -12,6 +12,7 @@ import {Util} from '../commontypes/Util';
12
* @param {number} options.x - 查询位置的横坐标。
13
* @param {number} options.y - 查询位置的纵坐标。
14
* @param {number} [options.fromIndex] - 设置返回对象的起始索引值。
15
+ * @param {number} [options.toIndex] - 设置返回对象的结束索引值。
16
* @param {Array.<string>} [options.filters] - 过滤字段,限定查询区域。
17
* @param {string} [options.prjCoordSys] - 查询结果的坐标系。
18
* @param {number} [options.maxReturn] - 最大返回结果数。
0 commit comments