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.event.addListener(marker, 'click', function() { console.log('clicked'); });