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