Add 2 fingers rotation
This commit is contained in:
parent
0c91728e9e
commit
3a74fb7796
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public class AnimateDraggingMapThread {
|
|||
private volatile Thread currentThread = null;
|
||||
private final OsmandMapTileView tileView;
|
||||
|
||||
private float targetRotate = 0;
|
||||
private float targetRotate = -720;
|
||||
private double targetLatitude = 0;
|
||||
private double targetLongitude = 0;
|
||||
private int targetIntZoom = 0;
|
||||
|
|
Loading…
Reference in a new issue