Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以获得所有打开的信息窗口的列表?IE。就像我们可以得到标记一样。
先感谢您!
您无法获得 V3 中所有标记的列表。地图不知道上面有什么标记,只有标记知道它绑定到哪个地图。
您应该做的是创建一个数组,当您打开它们时将它们添加到其中,并在关闭它时将它们删除。