暂时修改定位问题

This commit is contained in:
jiaguofeng
2020-07-06 16:36:32 +08:00
parent 929b86ce37
commit 41f8c86620

View File

@@ -411,7 +411,7 @@ public class AMapViewWrapper implements IMogoMapView, IMogoMapUIController, Loca
// Logger.d( TAG, Log.getStackTraceString( new Throwable() ) );
// }
Log.d(TAG, "锁车");
mMapView.getMapAutoViewHelper().setZoom(mLockZoom);
// mMapView.getMapAutoViewHelper().setZoom(mLockZoom);
mMapView.getMapAutoViewHelper().setLockMode(true);
mIsCarLocked = true;
}