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 上有一个标记,指示车辆的位置。标记移动,指示车辆的移动。当标记试图离开地图的可见部分时,如何自动平移地图?
您可以使用地图的getBounds函数来查询边界。如果您的点移动到边界之外,您可以简单地调用setCenter来更新您的地图。