zoomIn static method

CameraUpdate zoomIn()

Returns a camera update that zooms the camera in, bringing the camera closer to the surface of the Earth.

Equivalent to the result of calling zoomBy(1.0).

Implementation

static CameraUpdate zoomIn() {
  return CameraUpdate._(<dynamic>['zoomIn']);
}