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 CameraUpdateNewLatLngZoom(latLng, zoom);
}