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.
我在手风琴组件中有一张地图。每次访问地图时,我都想将用户返回到地图的默认状态。这很好,除非用户进入街景。在这种情况下,我想关闭它。有没有一种程序化的方式来做到这一点?
我查看了文档,但空手而归。
visible通过调用将 streetViewPanorama的 -property 设置为 false:
visible
map.getStreetView().setVisible(false)