newLatLng static method
Returns a camera update that moves the camera target to the specified geographical location.
Implementation
static CameraUpdate newLatLng(LatLng latLng) {
return CameraUpdateNewLatLng(latLng);
}
Returns a camera update that moves the camera target to the specified geographical location.
static CameraUpdate newLatLng(LatLng latLng) {
return CameraUpdateNewLatLng(latLng);
}