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