google maps API 3 zooms out on fitBounds

前端 未结 7 1512
心在旅途
心在旅途 2021-01-11 14:48

I\'ve run into a problem where calling map.fitBounds seems to zoom out. I\'m trying to use the backbone.js router to save the map bounds in the url. I want to be able to boo

7条回答
  •  不知归路
    2021-01-11 15:25

    I noticed this problem too. My solution is to compare map.getBounds() to what I am setting the bounds to; if they are the same, I'm skipping the map.fitBounds() call.

提交回复
热议问题