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

Method getPopupInfos

src/common/mapping/WebMapBase.js:367–369  ·  view source on GitHub ↗

* @version 12.0.2 * @function WebMapBase.prototype.getPopupInfos * @description 获取地图上所有图层的弹窗信息。 * @returns {Array} 弹窗信息数组。

()

Source from the content-addressed store, hash-verified

365 * @returns {Array} 弹窗信息数组。
366 */
367 getPopupInfos() {
368 return this._handler._getPopupInfos() || [];
369 }
370
371 /**
372 * @version 11.2.1

Callers 2

callbackFunction · 0.80
WebMapV3Spec.jsFile · 0.80

Calls 1

_getPopupInfosMethod · 0.45

Tested by

no test coverage detected