Hello,
Is there an option for limiting min/max map zoom for the map element please?
Hello,
Is there an option for limiting min/max map zoom for the map element please?
These options are not available using the built-in BSS Map Component, but the Google Maps API does have minZoom maxZoom options. You would need to call your map using JavaScript and set the parameters in the script. I am not a JS expert, so I can’t tell you exactly how to do this, but it’s definitely possible.
This is an old Stack Overflow topic, but it does explain the procedure