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 api 切换标记的可见性,但是是否可以使用 html 复选框来切换折线的可见性?
基本上,我有一条折线,如果选中复选框,我希望折线可见,如果未选中,我希望它隐藏。这可能吗?
切换折线的可见性与做标记的方式相同。
setMap(null)
要再次显示它,请使用对您的 google.maps.Map 对象的引用调用 setMap 方法。
文件
setMap(map:Map) - 在指定的地图上渲染这个形状。如果 map 设置为 null,则该形状将被删除。