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.
我有一张高度为 215px 的小地图。如何增加信息窗口的高度?
信息窗口的高度与地图的高度有关吗?
没有设置信息窗口高度的特定方法。
InfoWindow 的默认宽度是247px. 但是设置maxWidthInfowindow 的属性(应该是高于 247px 的值),这样每当您的内容占用超过该宽度时,高度就会增加。就像在这个例子中一样 - Example。
247px
maxWidth
使用可定制的 INFOBUBBLE 而不是 Infowindow 可能是更好的选择。
信息泡泡