CameraUpdate.tiltTo constructor

CameraUpdate.tiltTo(
  1. double tilt
)

Returns a camera update that sets the camera bearing.

Implementation

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