Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 v3 设置信息窗口的宽度和高度
谢谢
尝试使用InfoWindow.setContent()方法在 InfoWindow 中添加具有所需宽度、高度和内容的 div 。
信息窗口将自动调整其高度以适应所有内容,但如果您想要一个不同于标准的宽度,您必须通过信息窗口选项进行设置。
我建议通过 setContent 将具有设定高度的 div 放入信息窗口。