CameraUpdate.newLatLng constructor

CameraUpdate.newLatLng(
  1. LatLng latLng
)

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

Implementation

CameraUpdate.newLatLng(LatLng latLng)
    : this._(<dynamic>['newLatLng', latLng.toJson()]);