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.SymbolPath.CIRCLE 标记的颜色?我阅读了 setIcon 方法,但我不想添加新图像只是为了改变圆圈的颜色。
没有方法可以更改现有符号的特定属性。
您必须检索当前符号 ( marker.getIcon()) 设置新属性(对于圆形,这将是strokeColor),并使用修改后的符号作为参数marker.setIcon()
marker.getIcon()
strokeColor
marker.setIcon()