CameraUpdate.bearingTo constructor
CameraUpdate.bearingTo(
- double bearing
Returns a camera update that sets the camera bearing.
Implementation
CameraUpdate.bearingTo(double bearing)
: this._(<dynamic>['bearingTo', bearing]);