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.
如何使用 GMAP3 jQuery 插件更改 Google Maps API 的最大缩放?
这个东西有 {} 设置吗?
谢谢你。
If it is not possible with GMAP3, you can still directly use the Google api:
map.setOptions({maxZoom: 10});