Skip to content

Commit

Permalink
add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavrofe committed Feb 9, 2019
1 parent 7330e24 commit e4d4a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/camera.dart
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class CameraUpdate {
static CameraUpdate bearingTo(double bearing) {
return CameraUpdate._(<dynamic>['bearingTo', bearing]);
}

/// Returns a camera update that sets the camera bearing.
static CameraUpdate tiltTo(double tilt) {
return CameraUpdate._(<dynamic>['tiltTo', tilt]);
Expand Down

0 comments on commit e4d4a98

Please sign in to comment.