* @version 12.0.2 * @function WebMapBase.prototype.getPopupInfos * @description 获取地图上所有图层的弹窗信息。 * @returns {Array} 弹窗信息数组。
()
| 365 | * @returns {Array} 弹窗信息数组。 |
| 366 | */ |
| 367 | getPopupInfos() { |
| 368 | return this._handler._getPopupInfos() || []; |
| 369 | } |
| 370 | |
| 371 | /** |
| 372 | * @version 11.2.1 |
no test coverage detected