Map view roll (#474)

This commit is contained in:
Izumi Kawashima
2018-01-08 06:08:03 +09:00
committed by Emux
parent 4d7078e861
commit 49476e17bb
10 changed files with 187 additions and 12 deletions

View File

@@ -103,6 +103,7 @@ public class BitmapTileActivity extends MapActivity {
p.setTilt((float) (Math.random() * 60));
p.setBearing((float) (Math.random() * 360));
p.setRoll((float) (Math.random() * 360));
//mMapView.map().setMapPosition(p);
mMapView.map().animator().animateTo(time, p);

View File

@@ -108,6 +108,7 @@ public class SimpleMapActivity extends BaseMapActivity {
p.setTilt((float) (Math.random() * 60));
p.setBearing((float) (Math.random() * 360));
p.setRoll((float) (Math.random() * 360));
//mMapView.map().setMapPosition(p);
mMapView.map().animator().animateTo(time, p);