如何为 Google Maps V3 API 中的标记分配 CSS ID?
如何为 Google Maps V3 API 中的标记分配 CSS ID?
我试图在 SQL 查询后动态分配带有 id 的所有指针,以便我可以根据鼠标悬停在标记上的情况更改某些覆盖。
How do I assign a css id to a marker in Google Maps V3 API?
I am attempting to dynamically assign all pointers with an id after an SQL query so I can alter certain overlays based on moused over markers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为标记分配 ID 可能行不通。但是,谷歌地图 API 可以为您提供标记的鼠标悬停事件,这可能对您有用吗?
也许这会有所帮助:Google 地图 v3 标记鼠标悬停工具提示
Assigning an ID to a marker probably won't work. However, google maps API can offer you mouseover events for markers, which would probably work for you?
Maybe this will help: google maps v3 marker mouseover tooltip