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.
我只想将这些多边形的边界用于许多计算。但是,当单击信息窗口时,会显示我需要的所有属性,并且无法从 kml 中删除它们。我怎么能删除这个可点击的功能?
//希望这不是反流..
在 google maps v3 API group 中查看这个答案
它们是本机 google maps API v3 多边形,因此您可以在选项中将其传递给 geoxml3 解析器:
polygonOptions: { clickable: false}
见文档
(未测试,但您没有提供任何测试信息)