--- layout: example.html title: View Min-Zoom shortdesc: Demonstrates how the view's minimum zoom level can be changed. docs: > The minZoom option for a view limits how far out you can zoom. This property can be updated by calling view.setMinZoom(newMinZoom). In this example, the minimum zoom level is set so that you only see one world at a time. Resize your browser window to change the threshold. tags: "min, zoom" ---