Add 2 fingers rotation

This commit is contained in:
vshcherb 2013-10-01 00:29:42 +02:00
parent 0c91728e9e
commit 3a74fb7796

View file

@ -30,7 +30,7 @@ public class AnimateDraggingMapThread {
private volatile Thread currentThread = null; private volatile Thread currentThread = null;
private final OsmandMapTileView tileView; private final OsmandMapTileView tileView;
private float targetRotate = 0; private float targetRotate = -720;
private double targetLatitude = 0; private double targetLatitude = 0;
private double targetLongitude = 0; private double targetLongitude = 0;
private int targetIntZoom = 0; private int targetIntZoom = 0;