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

Method getState

src/mapboxgl/overlay/GraphicLayer.js:203–205  ·  view source on GitHub ↗

* @function GraphicLayer.prototype.getState * @description 获取当前地图及图层状态。 * @returns {Object} 地图及图层状态,包含地图状态信息和本图层相关状态信息。

()

Source from the content-addressed store, hash-verified

201 * @returns {Object} 地图及图层状态,包含地图状态信息和本图层相关状态信息。
202 */
203 getState() {
204 return this.renderer.getState();
205 }
206
207 /**
208 * @function GraphicLayer.prototype.getMapState

Callers 11

RFunction · 0.45
WebGLRenderer.jsFile · 0.45
olExtendsFunction · 0.45
mapbox-gl.jsFile · 0.45
ol.jsFile · 0.45
pFunction · 0.45
jTFunction · 0.45
sFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected