CameraUpdate.bearingTo constructor

CameraUpdate.bearingTo(
  1. double bearing
)

Returns a camera update that sets the camera bearing.

Implementation

CameraUpdate.bearingTo(double bearing)
    : this._(<dynamic>['bearingTo', bearing]);