MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getSpeed

Method getSpeed

src/common/control/TimeControlBase.js:234–236  ·  view source on GitHub ↗

* @function TimeControlBase.prototype.getSpeed * @description 获取步长。 * @returns {number} 返回当前的步长。

()

Source from the content-addressed store, hash-verified

232 * @returns {number} 返回当前的步长。
233 */
234 getSpeed() {
235 return this.speed;
236 }
237
238
239 /**

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected