newLatLng static method

MFCameraUpdate newLatLng(
  1. MFLatLng latLng
)

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

Implementation

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