Google Maps API v2 信息窗口尾部/指针大小
我需要将默认 infoWindow 尾部的大小减小为 10px 并以地图位置为中心,即尾部应以 infoWindow 为中心,而不是一侧。
这可能吗?如果可以的话,您有什么例子吗?
预先感谢,
B
I need to reduce the size of the default infoWindow tail to be 10px and centered to the map location i.e. the tail should be centered to the infoWindow and not one of the sides.
Is this possible and if so have you got any examples please?
Thanks in advance,
B
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要为此制作一个自定义信息窗口,看看
此示例 。
在 Google Chrome / Firefox 中查看源代码 -
CTRL+U
您还可以尝试从 这些库。
我认为你不能只用 CSS 来做你想做的事,因为谷歌使用图像作为标记。也许 CSS 覆盖和自定义图像的组合就可以了,但要准备好深入研究大量混乱的(优化的)css/html。
You need to make a custom infoWindow for that, have a look at
this example.
View Source in Google Chrome / Firefox -
CTRL+U
You could also try to edit/use InfoBox from these libraries.
I don't think you can do what you want with just CSS since google uses images for the markers. Maybe a combination of CSS overrides and custom image(s) would do, but prepare to dig into a lot of messy (optimized) css/html.