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.
有谁知道用谷歌地图之外的按钮构建谷歌地图的最佳方法,该按钮会改变地图的中心点?我的公司有 3 个办公室,我希望能够单击一个位置以该标记为中心。任何帮助将非常感激。
示例见链接:
链接到屏幕截图 >
假设您已经定义、初始化并拥有 Google 地图的参考(在全球范围内),您可以执行以下操作:
document.getElementById('button').onClick = function(){ map.setCenter(latlngofoffice); }