MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / getMinZoom

Method getMinZoom

src/common/overlay/KnowledgeGraph.js:471–473  ·  view source on GitHub ↗

* @function KnowledgeGraph.prototype.getMinZoom * @description 获取 graph 当前允许的最小缩放比例。 * @return {number} 返回值表示当前视口的最小缩放比例。

()

Source from the content-addressed store, hash-verified

469 * @return {number} 返回值表示当前视口的最小缩放比例。
470 */
471 getMinZoom() {
472 return this.graphRender.getMinZoom();
473 }
474
475 /**
476 * @function KnowledgeGraph.prototype.setMinZoom

Callers 9

RFunction · 0.45
successCallbackFunction · 0.45
mapbox-gl.jsFile · 0.45
leaflet.jsFile · 0.45
leaflet-src.jsFile · 0.45
ol.jsFile · 0.45
YcFunction · 0.45
nFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected