Returns this ui.Map.
Usage | Returns |
---|---|
Map.setZoom(zoom) | ui.Map |
Argument | Type | Details |
---|---|---|
zoom | Number | The zoom level, from 0 to 24, to set for the map. |
Examples
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);