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.
我在网站上使用谷歌地图,当我增加地图 div 的大小时,内容不会相对于顶部和左侧移动(这在大多数情况下是完全合理的)并且新内容显示在右侧和底部。我想水平翻转这种行为,这样当我调整它的大小时,内容不会相对于顶部和右侧移动,而是在左侧显示新内容。这可能吗?
地图 div 的大小将通过动画调整大小,并且当窗口调整大小时,它必须是一个平滑的解决方案。
setCenter()您可以随时尝试使用on resize重新居中地图。不过,您可能希望消除居中的功能。
setCenter()
这是 API 文档上的一个实际示例。事件监听器