- added tilt view gesture
- use simple line shader when rotation is disabled
This commit is contained in:
@@ -188,7 +188,7 @@ public class MapView extends FrameLayout {
|
||||
mMapZoomControls = new MapZoomControls(mapActivity, this);
|
||||
mMapZoomControls.setShowMapZoomControls(true);
|
||||
|
||||
enableRotation = true;
|
||||
// enableRotation = true;
|
||||
|
||||
for (MapWorker worker : mMapWorkers)
|
||||
worker.start();
|
||||
|
||||
Reference in New Issue
Block a user