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.
可能重复: 谷歌地图 - 用户选择不允许位置
如果用户不允许浏览器获取他们的位置,我需要捕获,并使用一组默认的坐标来使地图居中。
我该怎么做?
谢谢你
gMap.setZoom(5); gMap.setCenter(new google.maps.LatLng(44.44, -88.88));
gMap 是你的地图。以上是您如何使地图居中。我猜你有一个流程来确定他们是否允许浏览器获取他们的位置。那时您将设置中心。不能从你目前拥有的东西中掌握很多你正在做的事情。