Map.setZoom

Menetapkan tingkat zoom peta.

Menampilkan ui.Map ini.

PenggunaanHasil
Map.setZoom(zoom)ui.Map
ArgumenJenisDetail
zoomAngkaTingkat zoom, dari 0 hingga 24, yang akan ditetapkan untuk peta.

Contoh

Code Editor (JavaScript)

// See the entire world.
Map.setZoom(1);

// See the smallest region possible.
Map.setZoom(24);

// The most recent zoom is the one the view will have.
Map.setZoom(12);