Google Map API v3 - 设置边界和中心

本文翻译自:Google Map API v3 — set bounds and center

I've recently switched to Google Maps API V3. 我最近切换到Google Maps API V3。 I'm working of a simple example which plots markers from an array, however I do not know how to center and zoom automatically with respect to the markers. 我正在编写一个简单的例子来绘制数组中的标记,但是我不知道如何相对于标记自动居中和缩放。

I've searched the net high and low, including Google's own documentation, but have not found a clear answer. 我搜索了网络的高低,包括谷歌自己的文档,但没有找到一个明确的答案。 I know I could simply take an average of the co-ordinates, but how would I set the zoom accordingly? 我知道我可以简单地采用坐标的平均值,但是如何相应地设置缩放?

function initialize() {
  var myOptions = {
    zoom: 10,
    center: new google.maps.LatLng(-33.9, 151.2),


    mapTypeId: google.maps.MapTypeId.ROADMAP
  }
  var map = new google.maps.Map(document.getElementById("map_canvas"),myOptions);

  setMarkers(map, beaches);
}


var beaches = [
  ['Bondi Beach', -33.890542, 151.274856, 4],
  ['Coogee Beach', -33.423036, 151.259052, 5],
  ['Cronulla Beach', -34.028249, 121.157507, 3],
  ['Manly Beach', -33.80010128657071, 151.28747820
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值