zoomOut static method

CameraUpdate zoomOut()

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 CameraUpdate._(<dynamic>['zoomOut']);
}