使用strictBounds时,缩放级别不适用于gmap

时间:2019-05-30 03:47:31

标签: javascript google-maps

我正在限制范围,并且使用:

      zoom: 3,
      minZoom: 3,
      maxZoom: 18,
      zoomControl: true,
      restriction: {
        latLngBounds: {
          east: 179.9999,
          north: 85,
          south: -85,
          west: -179.9999
        },
        strictBounds: true
      },

但是,当我在27英寸的大屏幕上时,实际上并没有在zoom: 3上显示地图,而是更多,并且我无法单击zoomOut,而屏幕越小,我看到的现实世界就越多。

地图未以缩放1加载,并且无法缩小,请检查-> https://jsfiddle.net/gu0zyw2d/30/

0 个答案:

没有答案