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

Method getMaxZoom

src/common/overlay/KnowledgeGraph.js:489–491  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

487 * @return {number} 返回值表示当前视口的最大缩放比例。
488 */
489 getMaxZoom() {
490 return this.graphRender.getMaxZoom();
491 }
492
493 /**
494 * @function KnowledgeGraph.prototype.setMaxZoom

Callers 15

WebMapV22Spec.jsFile · 0.45
RFunction · 0.45
getMapStateMethod · 0.45
getMapInfoMethod · 0.45
GraphicLayer.jsFile · 0.45
getMapStateMethod · 0.45
getMapInfoMethod · 0.45
_initOverlayLayersMethod · 0.45
_getMapResolutionsMethod · 0.45
_addLabelLayerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected