Set Max Zoom Level with Google Maps

Hi All,

Would anyone know if there is a bit of code that limits the zoom out level on google maps. I’m using snazzymaps and the user can zoom out to show multiple maps in a strip.

Thanks,

Niall

Any suggestions welcome

It’s been added to the api, you can just set that option directly on the map object:

  map.setOptions({ minZoom: 5, maxZoom: 15 });

ref - Google Maps JavaScript API V3 Reference  |  Google Developers

My reference: javascript - google map zoom out limit - Stack Overflow

Thanks for the response. I came across this bit of code but didn’t know where to put it.

Can it be added in Webflow? I have used Snazzymaps which uses the Google Maps API

I do believe that this is somekind of JavaScript setting? You probably just need to paste that inside script tag in the Head of your webpage, and it might work. I’m not so used to this kind of element. I’m sorry for not being able to help you more

Thanks. I tried that but no luck. No probs.

1 Like