如何更改 google-maps-v3 上信息窗口的宽度和高度

发布于 2024-08-28 17:58:05 字数 39 浏览 7 评论 0原文

我想使用 v3 设置信息窗口的宽度和高度,

谢谢

i want to set the width and height of the infowindow using v3

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

莳間冲淡了誓言ζ 2024-09-04 17:58:05

尝试使用 InfoWindow.setContent() 方法。

Try adding a div with desired width, height and content inside the InfoWindow using InfoWindow.setContent() method.

骄傲 2024-09-04 17:58:05

信息窗口将自动调整其高度以适合所有内容,但如果您想要与标准不同的宽度,则必须通过信息窗口选项进行设置。

我建议通过 setContent 将一个具有设定高度的 div 放入信息窗口中。

The info window will adjust its height automatically to fit all the contents, but if you want a width that is different from the standard you have to set it through the InfoWindow options.

I would recommend putting a div with a set height into the infowindow via the setContent.

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