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

Method init

src/mapboxgl/mapping/CoordTransfer.js:29–36  ·  view source on GitHub ↗

* @function CoordTransfer.prototype.init * @description 初始化。

()

Source from the content-addressed store, hash-verified

27 * @description 初始化。
28 */
29 init() {
30 return new Promise((resolve) => {
31 this.cv.then(() => {
32 this.setCameraLocation(this.configs);
33 resolve(this);
34 });
35 });
36 }
37
38 /**
39 * @function CoordTransfer.prototype.setCameraLocation

Callers 1

_initParametersMethod · 0.45

Calls 1

setCameraLocationMethod · 0.95

Tested by

no test coverage detected