zoomOut static method
Returns a camera update that zooms the camera out, bringing the camera further away from the surface of the Earth.
Equivalent to the result of calling zoomBy(-1.0)
.
Implementation
static CameraUpdate zoomOut() {
return const CameraUpdateZoomOut();
}