Map view roll (#474)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user