CameraUpdate.newLatLngZoom constructor
Returns a camera update that moves the camera target to the specified geographical location and zoom level.
Implementation
CameraUpdate.newLatLngZoom(LatLng latLng, double zoom)
: this._(<dynamic>['newLatLngZoom', latLng.toJson(), zoom]);