newLatLng static method
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()]);
}
Returns a camera update that moves the camera target to the specified geographical location.
static CameraUpdate newLatLng(LatLng latLng) {
return CameraUpdate._(<Object>['newLatLng', latLng.toJson()]);
}