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