newLatLngZoom static method
Returns a camera update that moves the camera target to the specified geographical location and zoom level.
Implementation
static CameraUpdate newLatLngZoom(LatLng latLng, double zoom) {
return CameraUpdate._(
<Object>['newLatLngZoom', latLng.toJson(), zoom],
);
}