newLatLng static method

CameraUpdate newLatLng(
  1. LatLng latLng
)

Returns a camera update that moves the camera target to the specified geographical location.

Implementation

static CameraUpdate newLatLng(LatLng latLng) {
  return CameraUpdate._(<Object>['newLatLng', latLng.toJson()]);
}