Google Maps API v2 信息窗口尾部/指针大小

发布于 2024-10-05 03:25:31 字数 130 浏览 3 评论 0原文

我需要将默认 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 技术交流群。

扫码二维码加入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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文