Skip to content

Commit

Permalink
Update DynamicCamera.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhawak authored Sep 28, 2020
1 parent 3e8d9b7 commit ef48eef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class DynamicCamera extends SimpleCamera {
private static final double MAX_CAMERA_TILT = 50d;
private static final double MIN_CAMERA_TILT = 35d;
private static final double MAX_CAMERA_ZOOM = 18d;
private static final double MIN_CAMERA_ZOOM = 14d;
private static final double MIN_CAMERA_ZOOM = 13d;
private static final Point DEFAULT_TARGET = Point.fromLngLat(0d, 0d);

private MapboxMap mapboxMap;
Expand Down

0 comments on commit ef48eef

Please sign in to comment.