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.
我在 Google Maps Api 和 JavaScript 方面的技能有限,所以我可以从你那里得到一些帮助。
我有一个在地图和街景/全景图上都可见的标记。有没有办法隐藏地图上的标记,但在街景/全景图中仍然可见?提前致谢。
visible将 Marker 的-property绑定到visibleStreetView的 -property
visible
marker.bindTo('visible',map.streetView,'visible');