Google 地图 v3 的 InfoWindow 替代品
我正在寻找 Google Maps v3 的 InfoWindow 替代品。我想用它在标记鼠标悬停时弹出。标准的 InfoWindow 完全无法使用,因为它会平移并使其本身变得很麻烦。 Google 地图 v2 具有出色的 GxMarker(不适用于新 API):http://code. toeat.com/gxmarker.html
有谁知道 Google Maps v3 的类似插件,或者其他方法来解决 InfoWindow 的专横行为吗?
I'm looking for an InfoWindow replacement for Google Maps v3. I want to use it for popping up on marker mouseover. The standard InfoWindow is wholly unusable because it pans and makes itself a nuisance. Google Maps v2 had the excellent GxMarker (doesn't work with the new API): http://code.toeat.com/gxmarker.html
Does anyone know of a similar plugin for Google Maps v3, or other ways to work around the bossy behaviour of InfoWindow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在InfoWindow选项中,您可以通过将disableAutoPan设置为true来禁用平移,您可以在参考页面上阅读更多信息。
但也可以找到一个 InfoBox 实用程序库 这里
In the InfoWindow options you can disable the panning by setting disableAutoPan to be true, you can read more on the reference page.
But there is also a InfoBox utility library that can be found here
http://econym.org.uk/gmap/ebubble.htm 是我的用于 V2,当你浏览一下代码时,你会发现它相当简单,如果稍微改变一下就可以与 V3 一起使用。
希望有帮助。
http://econym.org.uk/gmap/ebubble.htm was what I used for V2 and when you glance at the code you can see it's fairly simply and may work with V3 if altered slightly.
Hope it helps.