This commit is contained in:
wangcongtao
2020-12-15 21:18:08 +08:00
parent 96f8ce7be2
commit 47056c97a1
9 changed files with 69 additions and 14 deletions

View File

@@ -251,7 +251,7 @@ public class AMapViewWrapper implements IMogoMapView,
@Override
public void setTrafficEnabled( boolean visible ) {
if ( checkAMapView() ) {
mMapView.getMapAutoViewHelper().setTraffic( visible );
// mMapView.getMapAutoViewHelper().setTraffic( visible );
}
}